?? chapter6-3.cpp
字號:
//文件名:CHAPTER6-3.cpp
#pragma warning(disable:4786)
#include <string>
#include <vector>
#include <iostream>
using namespace std;
void main ()
{ vector<string> Myvector;
cout<<"Good for using namespace"<<endl;
cout<<"Good for no warning message!"<<endl;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -