摘要:
我在实现显示窗口的程序中,遇到一个问题:首先程序没有任何语法错误,编译能够通过,但是就是不能弹出窗口。 后来在MSDN中查询CreateWindow()函数,发现了下面这句话: "If lpClassName is a string, it specifies the window clas... 阅读全文
摘要:
在VS2013上运行一个简单程序时,出现了error C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count paramete... 阅读全文