资源列表
Google-CPP-programming-standards
- 谷歌C++编程规范是一本讲解代码风格的书籍,是程序员必须学习和遵守的一种规范-Google C++ programming specification is one to explain the books of the code style , the programmer must learn and comply with a specification
Thinking-in-cPP2
- 本书介绍c++使用编程技术和最佳的实践方法,深入探究了异常处理方法和异常安全设计等。-The book introduces C++ programming techniques and best practices, in-depth inquiry exception handling and exception safety design.
978-7-302-17803-9
- c语言入门经典的所有源代码(每张的习题和课文中的代码)-C language introductory classic all the source code (each of problem sets and the text of the code)
Teach-Yourself-Visual-C
- my note for C++ program
Asteroids
- Program asteroid vibi net
C-math
- C语言的平面几何实现方法及实例,很浅显易懂,可操作性强。-The plane geometry of the C language implementation methods and examples, it is easy to understand and operable.
PeFile
- 一个比较适合新手学习用的MFC pe文件导入函数使用方法-A more suitable for beginners to learn the MFC PE file with import function USES the method
Computer-network-experiment-
- 1.设计Internet查询:了解基本的Internet程序开发过程。使用WinInet类库设计一个WWW查询程序。该程序的目的是对于用户给出的一个域名,程序可以自动上网查询,判断该域名是否已经被使用,并返回相应的结果。 2.聊天室程序开发:了解基本的winsock编程过程。使用MFC模式开发一个聊天室程序。-Computer network experiment instruction
PE_GetProc
- 获取PE文件函数地址的例子,C和ASM2个版本。Example, to obtain the address of the function of the PE file C ASM2 version.
easyC
- 该书是最基础的c++学习用书,对初学者来说需要非常详细的看此书。 The book is the most basic c + + learning book, for starters need very detailed look at this book. -The book is the most basic c++ learning book, for starters need very detailed look at this book.
practice-3.1
- 1. 编写一个程序algo3-1.cpp,实现顺序栈的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1)初始化栈s; (2)判断栈s是否非空; (3)依次进栈元素a,b,c,d,e; (4)判断栈s是否非空; (5)输出栈长度; (6)输出从栈顶到栈底元素; (7)输出出栈序列; (8)判断栈s是否非空; (9)释放栈; -(1) Write a program algo3-1.cpp order stack basic arithmetic
VC-problems
- VC 常见问题整理,看看有好处,网络不通时的必备良药-vc deal with problems,it really works.