Hi,<br>
I have small question<br>
1. i have heard one should never use #defines <br>
in c++. is it true ? if yes why ?<br>
2. if 1) is true then if i use const instead of #define<br>
wont it be more constly because #define<br>
will be replaced at compiler stage<br>
whereas const will occupy...
Hi,<br>
If one wants to read from a file (thru istream)<br>
directly into a user defined structure<br>
without putting into a string first and then<br>
extracting values, how it is possible?<br>
Thanks<br>
Endrew<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.