随笔分类 -  cppMFC

cpp的MFC子类
摘要:C++,MFC的综合类的博客.1.http://www.cnblogs.com/mfryf/category/354043.html 阅读全文
posted @ 2014-08-08 13:09 tt-player 阅读(116) 评论(0) 推荐(0)
摘要:#include #include//get namespace related stuff using std::cin; using std::cout; using std::endl; using std::flush; using std::string; using std::vecto... 阅读全文
posted @ 2014-07-23 20:39 tt-player 阅读(781) 评论(0) 推荐(0)
摘要:#include // std::cout, std::boolalpha, std::noboolalphaint main () { bool b = true; std::cout << std::boolalpha << b << '\n'; //把bool表示为alpha... 阅读全文
posted @ 2014-07-23 20:36 tt-player 阅读(223) 评论(0) 推荐(0)