1樓:滄海雄風
我除錯過了 只有一處錯誤
使用方法 這個檔案編譯後的exe 假設叫 test.exe那麼 如果要讀 1.txt 和 2.txt 那麼 先要進入cmd(在執行裡輸入cmd回車)
不是你常用的控制檯 雖然也是黑視窗
轉到 test.exe所在目錄 輸入 test.exe 1.txt 2.txt 回車 就可以執行了 如果有路徑 那麼輸入路徑
有什麼問題繼續問 不行了遠端協助
d:\backup\我的文件\myprojects\xlcs\20111217\debug>20111217 1.txt 2.txt
1.txt內容
2.txt內容
請按任意鍵繼續. . .
#include
#include
#include
using namespace std;
int main(int argc , char *argv)
2樓:
#include
#include
#include
using namespace std;
int main(int argc , char *argv)
3樓:雨斷情
mian()函式是不能被其他函式呼叫的,但是 計算機的 作業系統 可以呼叫主函式。
具體方法:把源程式編譯並連結後的可執行檔案和要合併的cpp檔案複製到d盤->將可執行檔案重新命名為mycomm.exe->開啟命令提示符視窗->輸入d:
回車->然後輸入 mycomm file1.cpp file2.cpp 回車->完畢 如果你的程式邏輯沒錯誤 應該是能達到預期功能