-
-
ssd7exercise2.rar
相对于实验一,新增了2个类。
Class Listing vector<Advertisement*>.
Class Group vector<Client*>.
使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。
压缩包里面有代码,指导书,以及Apache服务器。
-
-
-
-
CseApi20.zip
CseApi20.zip是CSE脚本语言的底层封装库,用C++封装常用对象,包括Int、WideInt、float、Object对象、char数组(即string)、Int数组、object数组、字典dict等,由于封装是轻量级的,常用作基础类型库来支持Win32软件开发,如果使用STL容器等觉得不便时,这个库是很好的替代方案。
-
-
-
Addison.Wesley.Essential.C++.rar
• Generic programming and the Standard Template Library (STL)
• Object-based programming and class design
• Object-oriented programming and the design of class hierarchies
• Function and class template design and use
• ...
-
Addison.Wesley.Effcient.C++ProgrammingTechniques.
... power and flexibility with high performance and
scalability, resulting in the best of both worlds. Specific topics include temporary objects,
memory management, templates, inheritance, virtual functions, inlining, referencecounting,
STL, and much more.
-
-