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 strongm 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. UltimateMaster50

    cout/namespace issue

    Thank you very much - I knew it had to be something simple!
  2. UltimateMaster50

    cout/namespace issue

    Edit: Actually, the first error I listed was from an old build - I'm just getting the error about the cout.
  3. UltimateMaster50

    cout/namespace issue

    I'm having trouble getting a pretty simple C++ program to compile, and I'm not sure why... >_< Here's what I have: #include <iostream> using namespace std; #include "stdafx.h" int main() { cout<<"Please work!!!!"; return 0; } and I'm getting: error C2653: 'std' : is not a class or...

Part and Inventory Search

Back
Top