View Full Version : visual studio .net 03


HemlyFan
02-12-2006, 11:36 PM
hi yaz! :wave:

i'm taking my first programing course this semester and already have some problems - that stupid microsoft program thingy doesn't wanna run my program!!!! :mad:

here is my code:

#include <iostream>
using namespace std;

int main()
{
cout<<"Testing 1, 2, 3\n";
return 0;
}

when i click compile i get the following error:
"fatal error C1010: unexpected end of file while looking for precompiled header directive"

i copied the program right out of the book so it can't be wrong. wut gives??? :confused:

JohnM
02-12-2006, 11:52 PM
HemlyFan,

You probably won't get much help here - we're not programmers - this is a statistics site.

John

HemlyFan
02-12-2006, 11:53 PM
awwwwwwwww..... *runs away crying*