ryan mcmanomy wrote: > Hello I see that this list recommends starting out with this book > "Accelerated C++" by Koenig and Moo (ISBN #020170353X). Is this a > free book ? Can I download it from somewhere? Thanks!
No it is not a free book (i.e. you have to pay for it) and downloading it is a copyright violation and therefore illegal. If you want to go the "free" route, Bruce Eckel's books aren't half bad. There's Safe C++ Design Principles which is free for c-prog members (see the Files section). And don't forget to download draft copies of the ANSI C/C++ Standards. You'll also need a C/C++ compiler to work through examples in any book. Plenty of free compilers exist as well. There's enough material among those things to keep you busy for a long time. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
