C++使用system帶參數調用exe

sum.exe是一個求和函數,在命令行下輸入sum a b,輸出a和b的和,其代碼以下:html //sum.cpp #include <iostream> using namespace std; int main(int argc,char *argv[]) { if(argc!=3){ cout<<"you should use three arguments"<<endl; r
相關文章
相關標籤/搜索