[try Beta version]
Not logged in

 
Plugin <stdlib> works no more. What plugin instead ?

Mar 22, 2017 at 4:41pm
Hi all! My O.S. ubuntu Linux 16.04. My compiler GCC, belonging to Code::Block 13.12. My program : Echo Chess Program. My compiler says about #include<stdlib>: no such file or directory. My program is old of some years. What plugin shall I use instead of <stdlib> ??
Mar 22, 2017 at 5:02pm
Mar 22, 2017 at 5:04pm
> My compiler says: #include<stdlib>: no such file or directory.

C++: #include <cstdlib>

C: #include <stdlib.h>
Mar 22, 2017 at 5:21pm
Thank you very much. With <cstdlib> it's OK !!
Topic archived. No new replies allowed.