摘要:
C++类的定义和对象 类的成员变量称为类的属性(Property),将类的成员函数称为类的方法(Method)。在面向对象的编程语言中,经常把函数(Function)称为方法(Method)。 类的定义 c++ class Student{ public: //成员变量 char name; int 阅读全文
摘要:
vector部分容器操作及部分泛型算法 c++ include include include using namespace std; int main(){ vector prepare1 { 10,56,87,92,31 }; //列表初始化 vector prepare2 (5,88); / 阅读全文
摘要:
From Her to Eternity is the debut studio album by Nick Cave and the Bad Seeds, released on 18 June 1984 on Mute. Produced by Flood and the band itself 阅读全文