CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: A Good Book

  1. #1
    Join Date
    May 1999
    Location
    Mid-West
    Posts
    50

    A Good Book

    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


  2. #2
    Join Date
    May 1999
    Posts
    19

    Re: A Good Book

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured