Looks like you want to start your journey. let me start with some basics. as you might heard computer commands are 0 and 1 (called binary) , for example a command might be like 010111... .
Programmers found out that writing a binary program could be really frustrating so they invented some other languages like c , basic and ... . when you write your program in this languages they will automatically get converted to binary for you and the hard part is done by them.
So let me introduce you to 2 of the most famous ones. Pascal and C++
Pascal : a really simple language, recommended if you don't know anything about programming at all. This language doesn't support classes (don't worry if you don't know what class is) and doesn't have many functions to work with, you will even need to write your own sort function for it. after learning this language you need to move to C++ and it's only good to understand the basics.
C++ : a powerful language and almost the most famous of them all, recommended if you have some knowledge about programming basics, supports classes , almost endless source code and function's for it (in the internet of course!) , it's used in the computer Olympiads. mastering this language allows you to write any sort of program you want like games, robat programs and so on.
choose the language that you think is more suitable for you and don't go to the other language until you know you have learned the basics.
0 comments:
Post a Comment