Hi all,

I am absolutely new to C++ so I downloaded Visual C++ 2005 Express Edition. And all of the tutorials I have found on the internet do not have the same GUI as this C++ edition, so I was wondering if I downloaded the right C++? I also tried running code snippets from the tutorials and it will give me build errors. I tried

Code:
#include "stdafx.h"


int _tmain(int argc, _TCHAR* argv[])
{
	cout<<"Hello World\n";
}