Quote:
|
Originally Posted by projectigi
Well i have often read C++ is the hardest to learn
so i learn the hardest first, the others will be easier then, right?
|
Yes and no...
A lot of languages share a set of common concepts and theory, but the syntax is different between them. The syntaxa nd quirks of C++ hinder the learning of these concepts (initially), and so you don't progress so much. By comparison, Pascal has very nice syntax, and so makes it a lot easier to understand the theory. In some ways learning another language first, will help you to learn C++ faster.
