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 | 1583 |
| 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.
GRADE 8 COMBINED EXAMINATION PAPERS 2024 WITH MARKING SCHEMES
Trending!
Download a copy of the Targeter Wing Examination Papers. The Document contains all the Subject Areas in Grade 8 together with a marking scheme attached. This is a good resource for your revision.
48 Pages
6556 Views
8 Downloads
6.24 MB
GRADE 7 COMBINED EXAMINATION PAPERS 2024 WITH MARKING SCHEMES
Trending!
Download a copy of the Targeter Wing Examination Papers. The Document contains all the Subject Areas in Grade 7 together with a marking schemes attached. This is a good resource for your revision.
44 Pages
2991 Views
1 Downloads
6.21 MB
MARANDA HIGH POST-MOCK 2024; Business Studies PP1 & PP2 Q&A
Trending!
Download a copy of the MARANDA HIGH POST-MOCK 2024; Business Studies PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is a good revision material for your upcoming exams.
42 Pages
3360 Views
1 Downloads
2.22 MB
MARANDA HIGH POST-MOCK 2024; Geography PP1 & PP2 Q&A
Trending!
Download a copy of the MARANDA HIGH POST-MOCK 2024; Geography PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is a good revision material for your upcoming exams.
48 Pages
3673 Views
2 Downloads
616.38 KB
MARANDA HIGH POST-MOCK 2024; CRE PP1 & PP2 Q&A
Trending!
Download a copy of the MARANDA HIGH POST-MOCK 2024; CRE PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is a good revision material for your upcoming exams.
14 Pages
3560 Views
2 Downloads
1.04 MB
KAPSABET HIGH SCHOOL POST-MOCK 2024; Business Studies PP1 & PP2 Q&A
Trending!
Download a copy of the KAPSABET HIGH SCHOOL POST-MOCK 2024; Business Studies PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is a good revision material for your upcoming exams.
31 Pages
3523 Views
1 Downloads
1.74 MB
FORM 3 END YEAR EXAMS 2024
Trending!
Get all subjects F3 2024 end year exams with Marking Schemes.
255 Pages
2178 Views
3 Downloads
3.5 MB
Price: FREE
Download
GRADE 1 COMBINED EXAMINATION PAPERS 2024, SET 2
Trending!
Download a copy of the GRADE 1 COMBINED EXAMINATION PAPERS 2024, SET 2. The Document contains all the Subject Areas in Grade 1 and their respective marking schemes.
47 Pages
3064 Views
2 Downloads
2.74 MB