特に ‘exit’ was not declared in this scope
の場合 必要なのは:
#include <stdlib.h>
ターミナルで:- writeman で終了すると:- 表示されます
exit - cause normal process termination
SYNOPSIS#include stdlib.h
void exit(int status);
そのため、ヘッダー #include stdlib.h を定義する必要がありました
最近のバージョンの GCC では、プログラマーが果たす必要のある責任がより厳しくなっています。 cstdlib
を含める 、 cstdio
などのヘッダーにアクセスし、std
からこれらの関数にアクセスします。 名前空間。