Results 1 to 3 of 3

Thread: [RESOLVED] Output isn't showing

Threaded View

  1. #1

    Thread Starter
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Posts
    12,395

    Resolved [RESOLVED] Output isn't showing

    I'm trying desperately to learn C++, with that being said... When I debug:

    c++ Code:
    1. #include <iostream>
    2. using namespace std;
    3.  
    4. int main ()
    5. {
    6.   cout << "Hello World!";
    7.   return 0;
    8. }

    a window pops up and disappears and in my build menu this comes up:
    Loaded 'C:\Documents and Settings\PC #6\My Documents\Visual Studio 2010\Projects\unique\Debug\unique.exe', Symbols loaded.
    Loaded 'C:\WINDOWS\system32\ntdll.dll', Cannot find or open the PDB file
    Loaded 'C:\WINDOWS\system32\kernel32.dll', Cannot find or open the PDB file
    Loaded 'C:\WINDOWS\system32\msvcp100d.dll', Cannot find or open the PDB file
    Loaded 'C:\WINDOWS\system32\msvcr100d.dll', Cannot find or open the PDB file
    The program '[1912] unique.exe: Native' has exited with code 0 (0x0).
    Why isn't hello world being printed on a command prompt?
    Last edited by dday9; Nov 15th, 2012 at 04:07 PM.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | HtmlLessons | CssLessons | Code Tags | Sword of Fury - Jameram

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width