practicing c++

hi everybody ...........

I am new to c++. I want to learn c++. My plan is to practicing programs and if any doubts referring the theoretical part..

is it a good decision????
can anybody suggest me sites for practicing more programs on oops concepts and data structures and all.......


I would be very thankful if any.......
Um...

I think is what you're looking for :

http://www.cplusplus.com/doc/tutorial/

Let me know if this helps you.
i know this site ya..........

But I need Sites which have questions on C++ OOPS concepts and some more for practicing purpose....
If I understand you correctly, you're looking for a site that has worksheets on these concepts?
Do yourself a favor and buy a book. Getting started with C++ is much harder than starting any other language Partly, this is because of the C background which causes some split-personality in the code. Also, when there are two identical functions, one group of programmers will call the first their messiah and the other the devil, while the other group does it the other way. Buying a decent book will at least provide you with some consistency.

I use "C++ Primer" (Lippman & Lajoie, Addison Wesley). I have no idea whether it's good, but it works for me.
Topic archived. No new replies allowed.