Im using MS Visual C++ 6.0 and im a beginner programmer. I just installed MS Visual C++ 6 and wrote my first simple program.
I had done the same exact program in my school and there is no problem.
But when i did the same in school as i did now, the program ran ok when i press the Excute Program in VC++. But when i go to the .exe linked file, the program ran halfway and exited by itself.
So back to VC++, i press Go F5 which ran and test the program...the same prob occurs and i got this:
Loaded 'C:\WINNT\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
The thread 0xB10 has exited with code 4386328 (0x42EE18).
The program 'C:\DOCUMENTS AND SETTINGS\ADMINISTRATOR\MY DOCUMENTS\PROJECT CYGIG\Converter\Debug\Converter.exe' has exited with code 4386328 (0x42EE18).
Please tell me why...