Hello Mart311,<br>
<br>
Thanks for ur reply.<br>
Actually in my project there r many configuration files.<br>
All files have different values of differnt types some 3,4 etc but they have same way of formating and reading and commenting.<br>
what differs is the structure of the files.<br>
I...
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.