Back
Close

Hello World in C++, the long way

Matthew-S
33.4K views

How computers read code

At the most fundamental level, a computer runs a series of commands called code, one by one in a line. In a general sense, each "line" of code can either alter data (like doing a calculation or simply increasing a variable), or tell the computer what to do next (like an if statement).

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io