Do yourself a favor and buy a book. Getting started with C++ is much harder than starting any other language Partly, this is because of the C background which causes some split-personality in the code. Also, when there are two identical functions, one group of programmers will call the first their messiah and the other the devil, while the other group does it the other way. Buying a decent book will at least provide you with some consistency.
I use "C++ Primer" (Lippman & Lajoie, Addison Wesley). I have no idea whether it's good, but it works for me.