What is programming launguage?
A programming language is a language to communicate with the
machine (computer). It can either high or low level programming
language. A high level programming language is harder to understand
by computers but easier by people. These include BASIC, C++, Java
and etc. Low level programming languages are understandable by
computers and people , like assembly and other system programing
languages. Compilers/Linkers/Interpreters are needed to translate
between programming language into machine language (binary code -
010001001 etc).
If you want to learn programming language, first you should
learn Basic or Python then goto C++ or Java. You can also learn C
instead of C+++, your choice.