今天發現,可以在程式中執行shell的指令,
就跟awk指令一樣,可以在程式中執行shell的指令。
但是,目前還不知道能不能把執行的結果傳回程式中?
#include <iostream>
using namespace std;
int main(int argc, **char argv)
{
system("pwd");
return 0;
}
這個時候就會列印你目前的所在位置。
[转]总述基金选择的步骤
16 年前
技巧建立在基礎之上
今天發現,可以在程式中執行shell的指令,
就跟awk指令一樣,可以在程式中執行shell的指令。
但是,目前還不知道能不能把執行的結果傳回程式中?
#include <iostream>
using namespace std;
int main(int argc, **char argv)
{
system("pwd");
return 0;
}
這個時候就會列印你目前的所在位置。
沒有留言:
張貼留言