摘要: 简介 因为自己的科研方向接触到一个远古时期的代码,现在如果要学习这个代码少不了要对其重新编译,打印输出。 参考链接 如何以控制台的方式运行程序 https://blog.csdn.net/weixin_33749242/article/details/92064699 如何显示MFC控制台 http 阅读全文
posted @ 2020-08-19 14:30 HDU李少帅 阅读(385) 评论(0) 推荐(0)
摘要: 简介 PCH 就是加速每次编译用的,保存的大量的稳定的文件 一般是 stdafx.h 具体参考 https://blog.csdn.net/zm_struggle/article/details/73757773 阅读全文
posted @ 2020-08-19 10:13 HDU李少帅 阅读(218) 评论(0) 推荐(0)