Can you have iostream and <cstdlib> in one source file?
This is a discussion on iostream not ionstream... :P within the C++ Programming forums, part of the General Programming Boards category; Can you have iostream and <cstdlib> in one source file?...
Can you have iostream and <cstdlib> in one source file?
I don't see why not. You don't have to say cstdlib you can just say stdlib
Yes, you can, but I disagree with post #2, second part.
cstdlib is C++'s version of stdlib.h. Therefore, use cstdlib in C++.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^