1 / 35
文档名称:

C + +语言程序设计.ppt

格式:ppt   大小:192KB   页数:35页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

C + +语言程序设计.ppt

上传人:ainibubian1313 2018/5/25 文件大小:192 KB

下载得到文件列表

C + +语言程序设计.ppt

相关文档

文档介绍

文档介绍:C + +语言程序设计
主讲:樊春
fancfd@
学时安排: 上课学时:42
上机学时:24
教材:
C++ Primer中文版(第四版),Stanley
参考资料:
C++程序设计教程,钱能主编
The C++ Programming Language (Special Edition), Bjarne Stroustrup
The C programming Language, W. Kernighan, Dennis Ritchie
参考资源:
ftp://
上课时间:
周日 5-7节
上课地点:
理教107
上机时间:
第三次课后
每个星期日 9-10节
上机地点:
计算中心 5-6号机房
课程学****的目标:
学****C++程序设计语言,
掌握面向对象程序设计方法。
课程学****的要求:
预****通过例子了解概念,编程上机实践。
课程大纲:
快速入门
基本语言
容器和算法
类和数据抽象
面向对象编程与泛型编程
高级主题(介绍)
C程序复****br/> (函数、参数、指针、引用、执行过程与程序)
讲课内容的一点说明:
书的内容写的很细, 讲课时先讲主要内容,
通过例子理解, 在此过程中主要学****编程序,
最后再补充C++的细节规则。
Typical C++ Environment
Phases of C++ Programs:
Edit
pile
Link
Load
Execute
Loader
Primary
Memory
Program is created in
the editor and stored
on disk.
Preprocessor program
processes the code.
Loader puts program
in memory.
CPU takes each
instruction and
executes it, possibly
storing new data
values as the program
executes.
Compiler
Compiler creates
object code and stores
it on disk.
Linker links the object
code with the libraries,
creates and
stores it on disk
Editor
Preprocessor
Linker
CPU
Primary
Memory
.
.
.
.
.
.
.
.
.
.
.
.
Disk
Disk
Disk
Disk
Disk
Edit
Vim(编辑方便)
Source Insight(显示最好)
Kdevelopment Environment(排版最好)
Netbean & Eclipse
Visual Studio 2005
Visual Studio or 2003
Emacs
Ultra Edit
Preprocess
Cpp
icpc
Compile
GNU带有的G++
Visual c++
Borland
IBM,SUN,HP提供的编译器