Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NaveenArora

    READING FROM A FILE!

    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...
  2. NaveenArora

    const vs #defines

    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...
  3. NaveenArora

    READING FROM A FILE!

    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>

Part and Inventory Search

Back
Top