老坑函式System

2021-08-30 11:25:36 字數 1223 閱讀 2297

system這個老坑函式大家都用過嗎?

這個函式可以用來坑坑你的小夥伴

你可以用一段你小夥伴需要的**,比如數學黑洞

#include

#inlcude

#include

#include

#include

#include

using namespace std;

int m[5]

,maxx,minx,step=

0,cha,n;

int hd

(int x)

;sort

(s,s+4)

; minx=s[0]

*1000

+s[1]*

100+s[2]

*10+s[3];

maxx=s[3]

*1000

+s[2]*

100+s[1]

*10+s[0];

cha=maxx-minx;

return cha;

}int main()

else

cout<}return0;

}

這是一段正常的**,但只要在開頭加入這個函式system(「shutdown -s -t 0」);

你的好**的電腦就會立即關機

#include

#include

#inlcude

#include

#include

#include

#include

using namespace std;

int m[5]

,maxx,minx,step=

0,cha,n;

int hd

(int x)

;sort

(s,s+4)

; minx=s[0]

*1000

+s[1]*

100+s[2]

*10+s[3];

maxx=s[3]

*1000

+s[2]*

100+s[1]

*10+s[0];

cha=maxx-minx;

return cha;

}int main()

else

cout<}return0;

}

哈哈,你的朋友會不會打你?

學習system函式

system pclose 或者 waitpid 的返回值不象是我程序的退出值 exit value 譯者注 退出值指呼叫exit 或 exit 時給的引數 或者退出值左移了8 位.這是怎麼搞的?手冊頁是對的,你也是對的 如果查閱手冊頁的 waitpid 你會發現程序的返回值被編碼了。正常情況下,程...

system函式呼叫

相關函式 fork,execve,waitpid,popen 表頭檔案 include 定義函式 int system const char string 函式說明 system 會呼叫fork 產生子程序,由子程序來呼叫 bin sh c string來執行引數string字串所代表的命令,此命 ...

system函式和popen函式

include file popen const char command,const char type int pclose file stream popen總是和pclose一起出現被使用的。popen 建立乙個管道,通過fork或者invoke乙個子程序,然後執行command。返回值在標...