C++ FAQs (by Marshall Kline et al) is a highly readable book to read (though it is not strictly a beginner book). Its Q&A format organized by C++ concepts is a good way to understand and "concretize" a lot of C++ aspects. Highly recommended. A lite version is available online: http://www.parashift.com/c++-faq-lite/
On Wed, Feb 18, 2009 at 11:23 AM, Debajit Adhikary <[email protected]>wrote: > Accelerated C++ by Andrew Koenig and Barbara Moo > Follow up with > Effective C++ by Scott Meyers > More Effective C++ by Scott Meyers > > > On Wed, Feb 18, 2009 at 8:22 AM, Chika . <[email protected]> wrote: > >> "Accelerated C++" is good for starting >> >> On Wed, Feb 18, 2009 at 9:08 PM, ravish <[email protected]>wrote: >> >>> >>> hello every one . >>> can u please suggest me any good book to start my c++ . >>> as i am starting object oriented programing so >>> i want to make my concepts also.. >>> >>> >>> >>> >> >> >> -- >> Greader : http://www.google.com/reader/shared/07698380984905365255 >> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
