Ok I get Visual C++ thing from microsoft, and I can get a program to build.
I type
#include <iostream>
int main ()
{
cout<< "test" <<endl;
return 0;
}
and it says I forgot to use: #include "stdafx.h"
So I put it in, then it doesn't recognize any commands! Help!