[algogeeks] Re: best book to start c++

2009-02-18 Thread Debajit Adhikary
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.

[algogeeks] Re: best book to start c++

2009-02-18 Thread Debajit Adhikary
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 . wrote: > "Accelerated C++" is good for starting > > On Wed, Feb 18, 2009 at 9:08 PM, ravish wrote: > >> >> hello every one .

[algogeeks] Re: best book to start c++

2009-02-18 Thread Chika .
"Accelerated C++" is good for starting On Wed, Feb 18, 2009 at 9:08 PM, ravish 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.goo

[algogeeks] Re: best book to start c++

2009-02-18 Thread sharad kumar
study the object oriented programming by ira pohl or c++ bjarne strousouphe's creator of c++; On Wed, Feb 18, 2009 at 9:22 PM, arun joseph wrote: > > I suggest "Thinking in C++" written by Bruce Eckel... > On Wed, Feb 18, 2009 at 8:19 PM, Arsalan Mousavian < > arsalan.mousav...@gmail.com> wr

[algogeeks] Re: best book to start c++

2009-02-18 Thread arun joseph
I suggest "Thinking in C++" written by Bruce Eckel... On Wed, Feb 18, 2009 at 8:19 PM, Arsalan Mousavian < arsalan.mousav...@gmail.com> wrote: > > I suggest "C++ how to program" written by Deitel. > > On 2/18/09, ravish wrote: > > > > hello every one . > > can u please suggest me any good book

[algogeeks] Re: best book to start c++

2009-02-18 Thread arun joseph
I suggest "Thinking in C++" written by Bruce Eckel... On Wed, Feb 18, 2009 at 8:19 PM, Arsalan Mousavian < arsalan.mousav...@gmail.com> wrote: > > I suggest "C++ how to program" written by Deitel. > > On 2/18/09, ravish wrote: > > > > hello every one . > > can u please suggest me any good book

[algogeeks] Re: Cards collection problem

2009-02-18 Thread Miroslav Balaz
This is not algorithm problem, it is homework problem do it yourself. I see there one problem, and it is how large is N I suggest you to represent sets as pairs(cardID,repeat number ) that means for each card you remember number of how much you have of that card, and when there is zero, it means

[algogeeks] Re: best book to start c++

2009-02-18 Thread Arsalan Mousavian
I suggest "C++ how to program" written by Deitel. On 2/18/09, ravish 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.. > > > > > --~--~-~--~~~--

[algogeeks] best book to start c++

2009-02-18 Thread ravish
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.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algori