资源列表
CPPbuilder
- 这是一本对要深入研究C++builder的编程人士来说很有参考价值的书,一定能够让你的水平大幅提高-This is a want to in-depth study of C++ builder programming who is a good reference book, you will be able to substantially increase the level of
Windows-msg
- windows消息的运行原理,从windows内部分析消息的运行机制,让程序员更深入地了解编程的原理-The operating principle windows message, the message from the windows internal analysis of the operating mechanism to allow programmers to better understand the principles of programming
Expert-CPP-CLI-for-Visual-C
- Expert C++/CLI:.NET for Visual C++ Programmers,这是一本英文书,专门为VC++程序员介绍专业的C++、CLI编程方法,值得学习-Expert C++/CLI:. NET for Visual C++ Programmers, this is an English book, specifically for VC++ programmers to introduce a professional C++, CLI programming, it is
MFC-Control-Program
- MFC控件编程,详细介绍了MFC环境下各种控件编程的方法和例子,为深入编程打下坚实的基础-MFC control program, details of the MFC environment, a variety of control methods and programming examples for lay a solid foundation for further programming
Learning-C--Language-part1
- c語言教學part 1 簡單性的介紹C語言 讓初學者有初步的認識-c language teaching part 1 of the introduction to the C language simple for beginners to have a preliminary understanding
cPP-program
- These are the c++programs.
tofloat
- Converting int to float
shared_ptrguide
- 一个非常不错的智能指针教程,非常适合学习-a course for shared_ptr
Visual-Basic-skill
- 适合Visual Basic初学者的10个小技巧 2、 如何在设计的时候清空存在的图片?-Visual Basic 如何在设计的时候清空存在的图片
nss-3.9.tar
- nss-3.9的源码,可以在windows操作系统下编译也可以在Linux操作系统下进行编译-nss-3.9 source code can be compiled on windows operating system can also be compiled under the Linux operating system
VB-and-windows-API
- VB and windows API for programmers
UnitTesting_For_C_and_CPP
- C/C++ 单元测试介绍 目前市面上的单元测试书籍,以Java和C#为主,专门探讨C/C++单元测试的几乎没有。虽然基本的测试原理差不多,但单元测试面对源代码,与语言特性关系紧密,不同语言在测试细节上的差异还是很大的,而细节往往决定了测试能否顺利进行。而这是一本专门探讨C/C++单元测试的教程-C/C++ unit testing introduction of the unit test books currently on the market, the Java and C# main