C++是一种广泛使用的电脑程式设计语言。它是一种通用程式设计语言,静态资料类型检查,支援多重编程范式,例如程序化程式设计、资料抽象化、物件导向程式设计、泛型程式设计、基于原则设计等。
“C++编程基础”课程内容介绍:
❖ Variables and Types 变量和类型
❖ Constants and Operators 常量和运算符
❖ Basic I/O with std:cin and std:cout 使用std:cin语句和std:cout语句输入输出
❖ Strings and getline() 字符串和getline()语句
❖ Control structure (if/else if/else) 控制结构(if/else语句)
❖ Dynamic memory (malloc) 动态储存器
❖ Polymorphism 多态性
❖ Exception handling 异常情况处理
❖ Preprocessor directives 预处理器指令
❖ Beginning file I/O with the standard library 标准程序库文件输入输出