我有一个大问题。我正在编写一个Hangman游戏。当我运行它时,它也可以运行,但是我所做的图形(带有cout)不会出现。而是有一些十六进制数。然后在调试窗口中显示此消息:
Hangman.exe (Win32): C: \ Users \ timop \ source \ repos \ Test \ Release \ Hangman.exe loaded. Symbols were loaded.
Hangman.exe (Win32): C: \ Windows \ SysWOW64 \ ntdll.dll loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ kernel32.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ KernelBase.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ ucrtbase.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): C: \ Windows \ SysWOW64 \ msvcp140.dll loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): C: \ Windows \ SysWOW64 \ vcruntime140.dll loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): C: \ Windows \ SysWOW64 \ vcruntime140.dll loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ vcruntime140.dll" was unloaded.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ kernel.appcore.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ msvcrt.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): C: \ Windows \ SysWOW64 \ rpcrt4.dll loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ sspicli.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ cryptbase.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ bcryptprimitives.dll" loaded. PDB file was not found or could not be opened.
Hangman.exe (Win32): "C: \ Windows \ SysWOW64 \ sechost.dll" loaded. PDB file was not found or could not be opened.
Thread 0x2acc ended with code 0 (0x0).
Thread 0x251c has ended with code 0 (0x0).
Thread 0x13c4 ended with code 0 (0x0).
The program "[5432] Hangman.exe" ended with code 0 (0x0).
(我不知道Google翻译是否正确翻译了所有内容)
那里是什么问题?