cin
+
-
*
/
cout
if
float
double
while
do-while
Compile-time polymorphism
draw
Student *s = new Student(10);
fstream
ifstream
getline()
>>
ofstream
ios::out
<<
ios
is_open()
false
read
write
fail()
eof()
template T add(T a, T b) { return a + b; }
template class Box { private: T value; public: Box(T v) : value(v) {} T getValue() { return value; } };
您有什么意见或建议,欢迎给我们留言。
分享好文,绿手指(GFinger)养花助手见证你的成长。
请前往电脑端操作