Novices just started to write programs in Linux and C++, the following errors may appear
error:’exit’ was not declared in this scope
The solution is
Add to
#include <cstdlib>
Novices just started to write programs in Linux and C++, the following errors may appear
error:’exit’ was not declared in this scope
The solution is
Add to
#include <cstdlib>