INTRODUCTION TO C++ PROGRAMMING YEAR 1

Institution UNIVERSITY
Course BACHELOR OF SCIENCE...
Year 1st Year
Semester Unknown
Posted By stephen oyake rabilo
File Type pdf
Pages 33 Pages
File Size 207.62 KB
Views 1599
Downloads 0
Price: Buy Now whatsapp Buy via whatsapp
  • whatsapp
  • facebook
  • twitter

Description

First Class In C++ Adapted from : http://www.cplusplus.com/doc/tutorial/tut1-1.html Structure of a C++ program Probably the best way to start learning a programming language is with a program. So here is our first program: // my first program in C++ #include <iostream.h> int main () { cout << "Hello World!"; return 0; } Hello World! The left side shows the source code for our first program, which we can name, for example, hiworld.cpp. The right side shows the result of the program once compiled and executed. The way to edit and compile a program depends on the compiler you are using. Depending on whether it has a Development Interface or not and on its version. Consult section compilers and the manual or help included with your compiler if you have doubts on how to compile a C++ console program. The previous program is the first program that most programming apprentices write, and its result is the printing on screen of the "Hello World!" sentence. It is one of the simpler programs that can be written in C++, but it already includes the basic components that every C++ program has. We are going to take a look at them one by one:
Below is the document preview.

No preview available
PSYCHOMOTOR ACTIVITIES SCHEMES OF WORK PP2 TERM3 Trending!
UPDATED PSYCHOMOTOR ACTIVITIES SCHEMES OF WORK PP2 TERM3
9 Pages 3629 Views 0 Downloads 790.69 KB
CRE SCHEMES OF WORK PP2 TERM2 Trending!
UPDATED CRE SCHEMES OF WORK PP2 TERM 2
3 Pages 3725 Views 0 Downloads 392.58 KB
ENVIRONMENTAL ACIVITIES SCHEMES OF WORK PP2 TERM2 Trending!
UPDATED SCHEMES OF WORK PP2 TERM2
7 Pages 3347 Views 0 Downloads 633.1 KB
MATHEMATICS SCHEMES OF WORK PP2 TERM2 Trending!
UPDATD MATHEMATICS SCHEMES OF WORK PP2 TERM2
9 Pages 4262 Views 0 Downloads 614.05 KB
ART SCHEMES OF WORK PP1 TERM2 Trending!
UPDATED ART SCHEMES OF WORK PP1 TERM2
8 Pages 3463 Views 0 Downloads 628.91 KB
MUSIC SCHEMES OF WORK PP1 TERM2 Trending!
UPDATED MUSIC SCHEMES OF WORK PP1 TERM2
5 Pages 3552 Views 0 Downloads 638.12 KB
MUSIC SCHEMES OF WORK PP1 TERM1 Trending!
UPDATED MUSIC SCHEMES OF WORK PP1 TERM1
5 Pages 3745 Views 0 Downloads 638.12 KB
PSYCHOMOTOR ACTIVIES SCHEMES OF WORK PP1 TERM2 Trending!
UPDATED PSYCHOMOTOR ACTIVIES SCHEMES OF WORK PP1 TERM2
18 Pages 3700 Views 0 Downloads 852.2 KB
MATHEMATICS SCHEMES OF WORK PP1 TERM1 Trending!
UPDATED MATHEMATICS SCHEMES OF WORK PP1 TERM2
16 Pages 4248 Views 0 Downloads 845.17 KB
MATHEMATICS SCHEMES OF WORK PP1 TERM2 Trending!
UPDATED MATHEMATICS SCHEMES OF WORK PP1 TERM2
24 Pages 3950 Views 0 Downloads 864.34 KB