confused

ok I have knowledge of data structures and not exactly sure what to do now to improve my programming skill in C++, can anyone please give me any idea where to from now. If I Have posted this message in the wrong forum can it be moved to the correct one. please confused!
What have you done so far? Have you read some books? Taken some classes? What types of programs have you written? It's hard to say where to go if we are not sure where you are. Being specific is very important for writing programs and asking forum questions.

That said, this site has a tutorial that covers the basics of C++. I suppose the first thing to do would be to go there and make sure you understand everything.

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

After that you can check out this wonderful list of books:

http://www.cplusplus.com/articles/Book_Of_Brilliant_Things/

There are books for just about every skill level, and I think you will find it to be a great resource for further learning. In addition, there is a well stocked C++ reference section here that you can go to to learn more about the standard library and such.

http://www.cplusplus.com/reference/

And that is just some of what is on this site. After that Google is your friend; use it well and often for best effect.

Hope this helps, and best of luck.
"The C++ Programming Language"

I would recommend you to read this book.
Topic archived. No new replies allowed.