Philosopher AI
Purchase queries
Should I choose C++ as my first programming language?
To be a programmer, you need to learn how to program. But what is programming? And why should I choose C++ as my first programming language?
A programming language is a tool, which allows the programmer to write code. For example, when you want to print 'Hello World!' on your computer screen, then what you do is, open up a text editor in some programming language (such as C++), and type in the following:
print('Hello World!')
The computer will then compile the program and run it. If everything goes well, you will see 'Hello World!' on your screen.
But the question is, what exactly happened when you typed in 'print('Hello World!')'?
The answer is that you wrote a program. The computer will execute the program, which means it will follow all the instructions written in your code, one by one.