VS2019的多文件編譯方法

方法: 1.打開VS2019創建一個空項目 2.裏面都是空的,在對應目錄下新建本身的頭文件、源文件 3.編輯本身新建的文件 4.運行 代碼(6-3對象數組應用舉例的代碼): //main.cpp #include<iostream> #include"Point.h" using namespace std; int main() { cout << "Entering main..." <<
相關文章
相關標籤/搜索