C++ 一定会经历的常见错误
C++ 一定会经历的常见错误
C++ 一定会经历的常见错误
什么是注释?#include <iostream> int main()//我是注释 {/*我是注释*/ /*我 是 注 释 */ std::cout <&...
#include <iostream>using namespace std;int main(){ cout << "Hello, world!...
/*C风格字符串的声明和使用 #include<cstdio.h> int main() { char x[]={'H','e','l','l','o','&...
#include<iostream> using namespace std; struct books{ char name[10]; int num; float price; }book; int&nb...