The Fascinating Language of C++

#1
Ostronomos Offline
In 2011 C++ underwent a major revision. It shifted its focus away from machine efficiency to programmer efficiency. 

The purpose of the compiler is to translate written code into machine code. Which the Operating system then runs on its own accord. 

The while statement executes a section of code in a continuous loop or while loop, until the code hits end-of-file or becomes false. The language uses the for to abbreviate code that follows a certain pattern of defining a variable and then using that variable in a condition. 

I'm attempting to master the language on my own.
Reply
#2
confused2 Offline
Can you post a simple program to print 'Hello World' ten times? How do yo propose to run the program?
Reply




Users browsing this thread: 1 Guest(s)