Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lillith322

    Problems with VC++ .NET

    Thank you so much for the good advice. I really appreciate all of you taking the time. If anyone knows of a site where I can learn more about the Visual C++ project settings I would appreciate that info also. Again thank you.
  2. lillith322

    Problems with VC++ .NET

    Thank you, thank you, thank you.
  3. lillith322

    Problems with VC++ .NET

    #include <iostream> using namespace std; int main( ) { cout << "Hello World"; cout << "I'm gonna compile\n"; return 0; } This even gives me the error. Arrrrgggh. Thanks for your help though
  4. lillith322

    Problems with VC++ .NET

    Help please, I just loaded VC++ .NET and everytime I try to run a program I get fatal error C1010: unexpected end of file while looking for precompiled header directive I get this error even with the simplest programs and when I click on the error it takes me to the very last line in my file...

Part and Inventory Search

Back
Top