INTRODUCTION TO C++ PROGRAMMING YEAR 1
| Institution | UNIVERSITY |
| Course | BACHELOR OF SCIENCE... |
| Year | 1st Year |
| Semester | Unknown |
| Posted By | stephen oyake rabilo |
| File Type | |
| Pages | 33 Pages |
| File Size | 207.62 KB |
| Views | 2000 |
| Downloads | 0 |
| Price: |
Buy Now
|
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.
CRE Schemes Of Work Term 2 2024
Trending!
Up to date CRE schemes of work term 2
6 Pages
3735 Views
0 Downloads
96.2 KB
CRE Schemes Of Work Form 2 Term 2 2024
Trending!
Up to date Form 2 term 2 schemes of work editable
6 Pages
3829 Views
1 Downloads
612.16 KB
CRE Schemes Of Work Term 2 Form 3 2024
Trending!
Editable schemes of work form 3 term 2 2024
4 Pages
3870 Views
0 Downloads
142.89 KB
History And Government Form 1 Term 2 Schemes Of Work 2024
Trending!
Up to date schemes of work history term 2 2024
11 Pages
4004 Views
0 Downloads
178.42 KB
Histroy And Government Schemes Of Work Term 2 Form 2 2024
Trending!
up to date schemes of work term 2 2024
6 Pages
3573 Views
0 Downloads
148.26 KB
History And Government Schemes Of Work Term 2 Form 3 2024
Trending!
up to date schemes of work term 2 2024
8 Pages
3796 Views
0 Downloads
104.81 KB
Geography Schemes Of Work Form 2 Term 2 2024
Trending!
up to date schemes of work form 2 2024
5 Pages
3809 Views
0 Downloads
131.95 KB
Geography Form 3 Schemes Of Work 2024 Term 2
Trending!
Up to date Geography form 3 schemes of work 2024 term 2
7 Pages
3406 Views
0 Downloads
151.87 KB
Geography Form 4 Schemes Of Work Term 2 2024
Trending!
up to date Geography form 4 schemes of work term 2 2024
6 Pages
3097 Views
0 Downloads
105.89 KB
English Schemes Of Work Form 2 Term 2 2024
Trending!
Up to date schemes of work English form 2 term 2
23 Pages
3745 Views
0 Downloads
699.71 KB