Sup guys, I've never programmed. C++ interests me, but would it be good as a first language to learn?
Name:
Anonymous2006-07-05 21:59
going into C++ without at least a reasonable understanding of programming concepts is very not recommended unless you like to torture yourself. you're probably better off starting with something simpler as a first programming language. python and ruby are rather popular for beginners, and in wide enough use to be valuable.
once you've gotten one of these under your belt, then you can look into C++.