Slightly off-topic, I've never looked at any video tutorial for C++. I have a horrible suspicion it's watching someone typing, and then watching them pushing compile. Is that right?
It would do a lot less for you than Code::Blocks. You'd have to organise a lot of it yourself. The advantage is that you can do it yourself. It is an awful lot easier to get started on *nix operating systems, but that's *nix for you.
When I teach coding, I don't let anyone touch an IDE until they can already code :)
Haha, well i dont know, i think having an IDE makes things a little easier when learning, 'cause it tell you what the errors are and there is syntax highlighting so you know you didnt misspell anything. but hey, maybe thats just me xD
A CL compiler should still give a decent enough indication of the errors. Obviously this varies between compilers.
There are also a bunch of basic editors with syntax highlighting. Notepad++ is a decent enough example on Windows. I use TextWrangler for Mac and Vim for *nix.