Visual C++ Debug

'random.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'random.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'
'random.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcp90d.dll'
'random.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcr90d.dll'
The program '[6372] random.exe: Native' has exited with code 0 (0x0).
-----------------------------------------------------------------------------------------------
Student just learning code, when doing debug the following pops up. Does this mean I just made changes to those .dll files on accident? D:
No, it just mean that it loaded the .dll file.

There is usually a lot of information within these lines, try to get used to reading everything carefully.
This is correct output, no problems here.
Topic archived. No new replies allowed.