摘要:
/* This software uses a BSD license.Copyright (c) 2010, Sean Cross / chumby industriesAll rights reserved. Redistribution and use in source and binary... 阅读全文
摘要:
介绍:当开发一个多线程程序时,同步是一个很大的问题。如果你的程序需要数据流包,那么用队列是个好办法。 你可以在 http://www.boost.org/ 发现 boost 库和文档,从它的网站可以看出用boost的优势: In a word, Productivity. Use of high-quality libraries like Boost speeds initial develop... 阅读全文
摘要:
1、error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup解决方法: 项目属性-->Linker-->System—>Subsystem 选择对应的subsyste... 阅读全文
摘要:
ACCELERATORS语句的type域应包含ASCⅡ值或VIRTKEY值。 BEGIN expected in table BEGIN关键字应紧跟在ACCELERATORS关键字后 BEGIN expected in dialog BEGIN关键字应紧跟在DIALOG关键字后 BEGIN expected in... 阅读全文