Hello World in C++, the long way

Matthew-S
33.3K views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

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).

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content