Linux og cpp; kan ikke bruge exit og sleep?
HejKan nogen forklare mig hvorfor jeg ikke kan bruge exit() og sleep() funktionerne i c++ på min linux?
Jeg får compiler fejl:
test.cpp: In function `int main()':
test.cpp:3: `exit' undeclared (first use this function)
test.cpp:3: (Each undeclared identifier is reported only once for each function
it appears in.)
mvh
Walker