I recently got the latest version of dev c++, because I upgraded to windows 8. Now, the compiler won't recognize any system( ), like system("cls"). When I try to compile this error comes out:
[Error] 'system' was not declared in this scope
I tested with a small program on PC with windows 7, using dev c++ 4.9.2. Then I tried it on the new dev c++, and it didn't work because of that error with system().
Does anyone know how to fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recently got the latest version of dev c++, because I upgraded to windows 8. Now, the compiler won't recognize any system( ), like system("cls"). When I try to compile this error comes out:
[Error] 'system' was not declared in this scope
I tested with a small program on PC with windows 7, using dev c++ 4.9.2. Then I tried it on the new dev c++, and it didn't work because of that error with system().
Does anyone know how to fix this?