Name: help 2006-08-02 7:01
OK guys I help need now. Ok So I ok use ok visual studio 2003 ok. And I click Win32 console project ok. So I pasted this script:
#include <iostream>
using namespace std;
int main()
{
int thisisanumber;
cout<<"Please enter a number: ";
cin>> thisisanumber;
cin.ignore();
cout<<"You entered: "<< thisisanumber <<"\n";
cin.get();
}
Ok so, when i ok run without ok debug - it says, ok, "Configurations out of date. Update" and I have to click update to go on, ok, and when I do it says, ok, "BUILD ERRORS!!!!!!!!!!" and it crahes. The, ok, build errors states this: "Unexpected end of while looking for precompiled header directive, you stupid fuck" (see i have that plugin that ends all error reports in - "you stupid fuck", ok?). I , ok, have stdafx.h in my, ok, header files. I, ok, dont have any idea wut is, ok, going on. By the way, ok, its C++.
OK? TY.
#include <iostream>
using namespace std;
int main()
{
int thisisanumber;
cout<<"Please enter a number: ";
cin>> thisisanumber;
cin.ignore();
cout<<"You entered: "<< thisisanumber <<"\n";
cin.get();
}
Ok so, when i ok run without ok debug - it says, ok, "Configurations out of date. Update" and I have to click update to go on, ok, and when I do it says, ok, "BUILD ERRORS!!!!!!!!!!" and it crahes. The, ok, build errors states this: "Unexpected end of while looking for precompiled header directive, you stupid fuck" (see i have that plugin that ends all error reports in - "you stupid fuck", ok?). I , ok, have stdafx.h in my, ok, header files. I, ok, dont have any idea wut is, ok, going on. By the way, ok, its C++.
OK? TY.