c++
文章平均质量分 83
iteye_11697
这个作者很懒,什么都没留下…
展开
-
常用C++网址
孙鑫vc视频教程 http://www.codeguru.cn/VC%26MFC/sunxinvc C函数实例参考手册 http://www.codeguru.cn/CPP/CExample/ C\C++实例参考手册 http://www.codeguru.cn/CPP/cppExample/ Win32Api实例参考手册 http://www.codeguru.c...原创 2009-03-19 23:57:57 · 214 阅读 · 0 评论 -
Static and dynamic libraries
原文出处 http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/A library is a package of code that is meant to be reused by many programs. Typically, a C++ library comes in two pieces:...原创 2010-07-23 14:11:48 · 141 阅读 · 0 评论 -
Using libraries with Visual Studio 2005 Express
原文出处 http://www.learncpp.com/cpp-tutorial/a2-using-libraries-with-visual-studio-2005-express/ To recap the process needed to use a library:Once per library:1) Acquire the library. Do...原创 2010-07-23 14:14:39 · 133 阅读 · 0 评论