frishy commented on a Page, Hello world C++  -  Jan 09, 2009

just a few tips :) :
using namespace means you're including std (since u stated std) to be used.
you can also do:

using std::cout;

if you're just using cout, which wud be more efficient if you're not using alot of std comands.

Also adding \n (when its in quotes will mean if you cout another message it well be on a new line). There is a different way but i prefer this so it would look like this:
cout << "Hello world! \n";

Keep up the good work :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.