TIP/Trick: How to retrieve a sub-string between two delimiters using C++
The std::string structure exists as an alternative tothe NULL terminated char array commonly used in C. Such structure provides methods to do simple string management »
The std::string structure exists as an alternative tothe NULL terminated char array commonly used in C. Such structure provides methods to do simple string management »