Help with Microsoft Visual Studio .NET 2003

Sharky Forums


Results 1 to 5 of 5

Thread: Help with Microsoft Visual Studio .NET 2003

Threaded View

  1. #1
    Goldfish
    Join Date
    Aug 2001
    Location
    Nassau Bahamas
    Posts
    88

    Help with Microsoft Visual Studio .NET 2003

    When I typed a basic code in the editor using a blank solution project selecting a win32 program console, and when I comple it and run it the console flashes on then it would quickly flash off. Why does this happen, and should I selected a different option.

    eg of code:#include <iostream>

    int main()
    {

    std::cout << "Trying it out\n";

    return 0;
    }

    very basic, and in the Debug output it has:

    'testing.exe': Loaded 'C:\Documents and Settings\Pablo\Desktop\TEST\testing\Debug\testing.exe', Symbols loaded.
    'testing.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
    'testing.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
    The program '[2492] testing.exe: Native' has exited with code 0 (0x0).
    Last edited by realazz; 09-13-2005 at 02:55 AM.

Posting Permissions

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