04 2013 档案
摘要:目标:将一单线程Console程序改为MFC多线程。而且线程间无需通讯。现状:1、Windows线程栈,每线程都有自己的独立栈。进程创立时会创建一主线程。每线程栈存储默认1MB。2、Windows为抢先式多任务操作系统。级别高的线程会先运行。3、malloc序列化存储申请请求。Applications can safely use the memory management features of the C run-time library ( malloc, free, and so on) and C++ ( new, delete, and so on).4、MFC书看过一些,但没操作
阅读全文
浙公网安备 33010602011771号