Possible Duplicate:
The Definitive C++ Book Guide and List

ok so i know the basics of c++, and java (just like variables, loops, switch statements, a little on OOP, i have looked at pointers and multidimensional arrays but am confused little by them.) i am still learning, but i want to start reading a book to supplement my classes. so i dont want another book that just repeats learning about strings and for loops and if statements and stuff like that, but i dont want an extremely advanced book either. Also, im not amazing at reading boring books (im only 15 so i have a small attention span). i will read anything, but any suggestions that wont make me want to bang my head against the wall?

link|improve this question
1  
This is a difficult sort of question to answer accurately, because we don't know what might cause you to bang your head against a wall. Perhaps you could look for a book on a particular topic that interests you, such as "data compression in C++" or "game development in C++" or "image analysis in C++". – Greg Hewgill Aug 19 '11 at 22:11
I hope you find something, but StackOverflow questions are usually supposed to be more exact or less fuzzy than this! Welcome to stack overflow. Check the link above posted by oli. – Warren P Aug 19 '11 at 22:15
2  
I don't think you are "intermediate programmer", more beginner. – Ubiquité Aug 19 '11 at 22:15
Is this an "Oxymoron" "c++ for intermediate" :-) – Loki Astari Aug 19 '11 at 22:29
feedback

closed as exact duplicate by Oli Charlesworth, Nicol Bolas, Daniel Daranas, Johnsyweb, Warren P Aug 19 '11 at 23:23

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

I suggest reading Usenet C++ groups. When I was reading it, comp.lang.c++ was fairly high volume and pretty high quality in general.

Until you get a proper newsreader you can browse it via Google Groups and there's also comp.lang.c++.moderated which is quite good.

When I thought I was getting good at C++ I started reading these groups religiously. I quickly realized that I didn't know anything.

Good luck! If you get into it, I definitiely recommend a proper newsreader. Agent was my choice, and there's a free trial available.

link|improve this answer
1  
Yes, I know that Usenet is not a book, but it is definitely reading and there's a lot of conversation about the way things are. Plus you can ask questions, which are tough to do of a book. – dash-tom-bang Aug 19 '11 at 22:19
yea im sorry for being vague im not at like intermediate, but i mean i know the basics, so im kinda tired of books that show me how to make a hello world thing, and talk tome about initializing variables and using loops, if statements, etc... – Austin Aug 19 '11 at 23:00
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.