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).