--- In [email protected], "manna309" <[EMAIL PROTECTED]> wrote: > > I want to learn c++.Is the knowledge of c required for that? > What should i do for learning c++ > From where can i start? >
Not at all...Learning C++ usually aims at learning Object Oriented Approach whereas C is procedural approach. So learning C++ would be better if you haven't yet learnt C as it helps to avoid some redundant practices. Start at: http://cplusplus.com/ The site has great tutorials free of cost... Happy Learning ! Regards, Nikhil Khullar
