You must writed #include <string> and not <string.h> and also I don't think this app accept string framework, you should use dev c++ or other app
Not sure but shouldn't the 's' in string be small?
Also note that you need to specify the namespace the string class is in like so: std::string So, either write using std::string; just before the main() function and then use just string or prefix every occurrence of string with std::
Hahaha it IS turbo C++
wow, why?
Обсуждают сегодня