C++ allocconsole not doing anything

后端 未结 0 386
悲哀的现实
悲哀的现实 2020-11-30 03:47

I am very new to C++ so this question might be silly. But when I try to allocate a new console in my dll like this

AllocConsole();
FILE* f;
freopen_s(&f,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题