March 2019
Intermediate to advanced
312 pages
7h 37m
English
For compiling and running the HelloWorld.cpp program, open the Terminal window. Inside the Terminal window, type ls and press Enter. You will now see a list of all the folder names present inside your RPi:

The HelloWorld.cpp is stored inside the Cprograms folder. To open the Cprograms folders, type cd (change directory) followed by the folder name, and press Enter:
cd Cprograms
The output of the previous command can be seen as follows:

Next, to view the content of the Cprograms folder, we will type ls again: ...
Read now
Unlock full access