Well, my tips are not exactly first beginner things but rather stuff to read when you have understood the fundametals and want to move on a bit (like for example before you start coding CS internals

The C++ Programming Language (Third Edition), Bjarne Stroustrup
Effective C++ and More Effective C++, Scott Meyers
Code complete, Steve McConnell
Another good resource is
C++ FAQ Lite All those will not only teach you how to code better.. it will also help you how to think to become a better coder

-M