All about C++
Tuesday, October 27, 2015
This is a string in C++
// my first string
#include <iostream>
#include <string>
using
namespace
std;
int
main ()
{
string mystring;
mystring =
"This is a string"
;
cout << mystring;
return
0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment