Ask your own question, for FREE!
Computer Science 14 Online
OpenStudy (anonymous):

is there any data type of name string ? can we write like this: string dimensions; in c++

OpenStudy (anonymous):

In C++, the 'string' datatype is defined in a standard header - string. The synopsis is as follows: #include <string>

OpenStudy (oldman):

and don't forget namespace "std", i.e. std::string dimensions;

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!