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 | 1676 |
| 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 6 ART & CRAFT NOTES
Trending!
Download high quality comprehensively prepared Grade 6 ART & CRAFT Rationalized Notes. the notes covers all grade 6 rationalized strands.
26 Pages
3722 Views
1 Downloads
611.52 KB
GRADE 4 ART & CRAFT LESSON NOTES
Trending!
Download high quality comprehensively prepared Grade 4 ART & CRAFT Rationalized Notes. The notes covers all grade 4 rationalized strands.
25 Pages
4807 Views
7 Downloads
574.26 KB
MASENO SCHOOL JUL/AUG MOCK 2024; Mathematics PP1 & PP2 Q&A
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; Mathematics PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
60 Pages
6468 Views
8 Downloads
8.74 MB
MASENO SCHOOL JUL/AUG MOCK 2024; Agriculture PP1 & PP2 Q&A
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; Agriculture PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
41 Pages
4904 Views
5 Downloads
4.46 MB
MASENO SCHOOL JUL/AUG MOCK 2024; C.R.E PP1 & PP2 Q&A
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; C.R.E PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
42 Pages
4758 Views
4 Downloads
3.66 MB
MASENO SCHOOL JUL/AUG MOCK 2024; Geography PP1 & PP2 Q&A
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; Geography PP1 & PP2 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
45 Pages
4142 Views
4 Downloads
3.75 MB
MASENO SCHOOL JUL/AUG MOCK 2024; English PP1, PP2 & PP3
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; English PP1, PP2 & PP3 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
60 Pages
7163 Views
4 Downloads
10.99 MB
MASENO SCHOOL JUL/AUG MOCK 2024; Physics PP1, PP2 & PP3 Q&A
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; Physics PP1, PP2 & PP3 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
60 Pages
6570 Views
3 Downloads
9.86 MB
MASENO SCHOOL JUL/AUG MOCK 2024; Chemistry PP1,PP2 & PP3 Q&A
Trending!
Download a copy of the MASENO SCHOOL JUL/AUG MOCK 2024; Chemistry PP1,PP2 & PP3 Question Papers with well coordinated Marking Schemes attached. This is good revision material for your upcoming exams.
71 Pages
8018 Views
8 Downloads
14.95 MB