Click to See Complete Forum and Search --> : A Good Book


Matt Ellison
May 13th, 1999, 11:21 AM
i have gotten lazy with VC++ 6.0 with the auto complete functions..but at work i have to use VC++ 5.0 i was wondering where i could get a simple book that would show me all the member functions of all the classes...yes i know help does that also but i was just wondering if there was a good book out there also that may go into more detail about each function...that's for the help

Mark Messer
May 13th, 1999, 12:22 PM
About the only thing like that you will find is the help files in book form. If you saved the box your compiler came in, you should find a coupon good for a free copy. But you might as well use the online help. The book is identical.

Most books go into how to use the common functions. That is way more helpful than a list of all of them. I used Inside Visual C++ by Kruglinski. I liked it. I am sure all the others are good too.