Please tell me if there's anything wrong with the following please. I'm a beginner. I've only been doing this for a few days, and I'm just starting to get the knack of it. Please try to type it correctly highlighting my mistakes please. Thank you. Underlining would be the best way please. Adios! =)
#include <iostream>
#include (stdlib.h>
#include <string>
int main(int argc, char *argv[])
{
string mystring;
mystring = "Hello there";
cout << mystring << endl;
return 0;
}