I taught myself c++. I know most of the language. I don't know any API's of substenace. What are some of the resources worth spending time on to improve. I have Soustrop's book and Meyers book. Meyers book is an exellent read, but I also need a resource that goes over the basics like: global variables are bad, long complicated functions are bad etc. Specifically I'd like examples of good and bad style, best practices and scenarios when they can be ignored. I'd like to go beyond just knowing the language and beeing able to use it to knowing how to use it well and not have nightmares about the day when a real programmer will have to look at my source.
WR
WR