Free C++ IDEI use MingGW Developer Studio 2.06. This IDE work so well for me that I must recommend it. I had to ...
from java to c++ constructors...Thank for the good insight guys. I have never even thought of doing that. Just pass everything eithe...
Why ?Dai ca. To my understanding that is because the compiler is lazi. (Someone told me this but I don't ...
Rand()Change the argument within the while loop to [code]while(x <= 15)[/code] But you probably want to ad...
sizeof a boolean variable ???You got it. Just one bit. Basically you only need it to hold 2 values, 0 for false, true for anythin...