Ok, I've browsed the forum and didn't see this topic, if it has been posted please delete this thread and accept my apologies.
I've decided that I want to teach myself programming and decided to pick C++ as my first programming language and I have a few questions.
1. What all do I need to start (ex notepad or program to view the code)?
2. Where can I find a complete beginners guide to using C++ and/or some useful tutorials?
This topic is covered at least 5 times a week... maybe more. You didn't search hard enough. Download Visual C++ Express 2010 and take a look at this sites tutorial.
Adding to the youtube comment, there are several MIT, Stanford, and Berkeley courses on youtube, several on C++... I also do not recommend C++ as your first language. I suggest Python.
I however don't suggest python, I really hated it myself. C++ might not be the best first language for you though, there are numerous others that are easy to start with and pick up, depending on exactly what you want to do. My first real language was AS2, however I technically started with GML and LUA. I've since moved onto Java and C++ and am planning on HTML and CSS
@headlessgargoyle, hated it for what reason? It is one of the easiest languages out there and is taught in Intro to Comp Science courses. And yes there are other options as well.
@ return 0: Frankly it was just a crappy compiler issue, and i likely too hastily judged the language itself. But even so, I've seen others against it for more legitimate reasons. Though perhaps that too is biased :P
Compiler issue? What Python compiler were you using ... py2exe? Compiling Python kind of defeats the purpose of being an interpreted language when the byte code generated will load faster than if compiled.