website header Blogger Guwl

Open Question: can anyone help me with my c++ code?

include #include #include using namespace std; int main() { const string hello("Hello, how are you?"); string s(hello.begin(),hello.end()); string::iterator pos; for (pos = s.begin(); pos != s.end(); ++pos) { cout
Home - Privacy Policy