C++入坑

一門中級語言,具有面向過程,面向對象的編程範式。 擴展名爲cpp hello world 使用g++編譯 一個C++程序 #include <iostream> using namespace std; int main() { cout << "Hello, world!" << endl; return 0; } 編譯 PS C:\Users\mingm\Desktop\cpp
相關文章
相關標籤/搜索