|
Re: Recomend me a book please [message #270108 is a reply to message #270104] |
Mon, 02 July 2007 04:58 |
=HT=T-Bird
Messages: 712 Registered: June 2005
Karma: 0
|
Colonel |
|
|
The C++ Programming Language, Third Edition by Stroustrup himself. DO NOT GET A COMPILER-SPECIFIC C++ BOOK EVER! You should be learning ISO standard C++ from the beginning and then pick up on OS/compiler-specific extensions as you need them. You also WILL need to deal with more than one compiler sooner or later.
HTT-Bird (IRC)
HTTBird (WOL)
Proud HazTeam Lieutenant.
BlackIntel Coder & Moderator.
If you have trouble running BIATCH on your FDS, have some questions about a BIATCH message or log entry, or think that BIATCH spit out a false positive, PLEASE contact the BlackIntel coding team and avoid wasting the time of others.
|
|
|
|
Re: Recomend me a book please [message #270192 is a reply to message #270104] |
Mon, 02 July 2007 12:23 |
|
Dave Anderson
Messages: 1953 Registered: December 2004 Location: United States
Karma: 0
|
General (1 Star) |
|
|
MSDN is pretty much all you will ever need, it has documentation on pretty much everything. Then there are places like the CodeProject, CodeGuru and much more. Oh, and don't forget the MSDN Forums! Their VC++ General & VC++ Language forums support both Native/Win32 API/ISO C++ and Managed C++/CLI
David Anderson
Founder, Software Consultant
DCOM Productions
Microsoft Partner (MSP)
[Updated on: Mon, 02 July 2007 12:24] Report message to a moderator
|
|
|