Just started
Heyyy i just got Visual C++ can someone please help me on starting on learning how to hank?.. i have been reading a little bit of C++ and i am still lost a bit. Can someone please help me start from scratch? 




#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}