Well I think I'm finally understanding the few books I read....
However having worked a lot with gamemaker (which is very limited in object-orientatedness). I have 1 problem: I tend to put everything "into" a main, still working on small applications this isn't a problem at all (it's probably easier the way I do it) however I know it will pose problems later if I don't teach myself to correctly use the object orientated capability of C++.
What I would really like to see is some (many?) examples/tutorials where the object orientated things are really "showed": so I can learn when to add objects etc..