Originally posted here by legionaire
Which is the best programming language for a beginner?
Beginners All-purpose Symbolic Instruction Code would get you going pretty quickly. But if you really want to learn how to properly program go for Pascal.
And what's the difference between C and C++ ?
C is procedural, C++ is object oriented.