Joined: Sun May 25, 2008 5:34 pm Posts: 95 Has thanked: 2 time Have thanks: 1 time
Code:
#include <iostream> #include <string> // include for C++ standard string class using namespace std; int main() { string stringA = "C++"; string stringB = "Is Cool";