The C++ help file from Borland is pretty much what you want. It has a fine index, crossreference and lots of code samples. You can download it for free from the Borland website. It is named: bcpp.hlp
vegaseat
DaniWeb's Hypocrite
5,987 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
vegaseat
DaniWeb's Hypocrite
5,987 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
>I know that my VS C++ 6.0
Visual C++ 6 is a very poor compiler for C++.
>automatically sets these arguments when I choose a simple Application
Then you should start with an empty project. Unless you're using command line arguments, there's no need to include those parameters in your definition of main.
>But it would be nice to have a reference to what they do.
Sorry, but the only reference that seems like what you want is the C++ standard. It covers the entire language in painful detail.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401