网址:http://www.vtc.com/products/c_plusplus_fundamentals.htm
类别:教程
VTC出品的教程:C++基础理论( C Plus Plus Fundamentals ),主讲Tim Heagarty。
C++是一门编程语言,它既可以面向过程,也可以面向对象进行编程。
本课程建立在C语言编程当中所掌握的知识基础之上,并增加了C++的基础结构和程序。通过对OOP(面向对象)的分析,帮助你学习constructors(构造函数)、classes(类)、templates(模板)、exception handling(异常处理)等等。
C++ is a programming language that is both procedure-oriented and object-oriented. VTC author Tim Heagarty builds on what you learned in C Programming and adds the basic structure and procedures of C++. With an emphasis on OOP you will learn constructors, classes, templates, exception handling and more.