Best Computer Languages And How To Learn Them?

Jackmp1203

Reputable
Jan 27, 2015
20
0
4,510
Hello! I just got a new computer and was wondering what the top 15 computer languages are and the best way to learn them? I am a complete beginner so I want a guide that covers the basics all the way to the more advanced things. I plan on trying to learn as many as I can this year, thanks!
 
Solution
In my opinion,
Picking computer language is not the problem, as soon as you mastered any of them, the next language will be only a syntax re-learning and you will nolonger in need of logical learning.
The only part which I found quite difficult is to adapt from normal to object oriented programming but everyone will get the hang of it after a while.

You can basically start with C++ or any language you prefer. :)
Complete Idiot's Guide to C++ is nice. I used that book about 15 years ago.
In my opinion,
Picking computer language is not the problem, as soon as you mastered any of them, the next language will be only a syntax re-learning and you will nolonger in need of logical learning.
The only part which I found quite difficult is to adapt from normal to object oriented programming but everyone will get the hang of it after a while.

You can basically start with C++ or any language you prefer. :)
Complete Idiot's Guide to C++ is nice. I used that book about 15 years ago.
 
Solution


Thanks a lot! Quick question, what is the best for writing and compiling C++ on Mac? Thanks!