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 | 1746 |
| 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 PRE-TECHNICAL NOTES
Trending!
Download high quality comprehensively prepared Grade 8 PRE-TECHNICAL NOTES Rationalized Notes. the notes covers all grade 8 rationalized strands.
84 Pages
3748 Views
0 Downloads
3.23 MB
GRADE 8 MATHEMATICS NOTES
Trending!
Download high quality comprehensively prepared Grade 8 MATHEMATICS Rationalized Notes. the notes covers all grade 8 rationalized strands.
25 Pages
5181 Views
12 Downloads
458.66 KB
GRADE 8 HOMESCIENCE NOTES
Trending!
Download high quality comprehensively prepared Grade 8 HOMESCIENCE Rationalized Notes. the notes covers all grade 8 rationalized strands.
58 Pages
3308 Views
1 Downloads
4.73 MB
GRADE 8 COMPUTER NOTES
Trending!
Download high quality comprehensively prepared Grade 8 COMPUTER Rationalized Notes. the notes covers all grade 8 rationalized strands.
95 Pages
3568 Views
2 Downloads
3.08 MB
GRADE 8 AGRICULTURE NOTES
Trending!
Download high quality comprehensively prepared Grade 8 AGRICULTURE Rationalized Notes. the notes covers all grade 8 rationalized strands.
63 Pages
4648 Views
6 Downloads
4.54 MB
GRADE 8 ENGLISH NOTES
Trending!
Download high quality comprehensively prepared Grade 8 ENGLISH Rationalized Notes. the notes covers all grade 8 rationalized strands.
242 Pages
5141 Views
10 Downloads
1.9 MB
GRADE 8 CREATIVE ARTS & SPORTS NOTES
Recommended!
Trending!
Download high quality comprehensively prepared Grade 8 CREATIVE ARTS & SPORTS Rationalized Notes. the notes covers all grade 8 rationalized strands.
30 Pages
6866 Views
26 Downloads
1.07 MB
FRENCH NOTES GRADE 8 TERM 2 NOTES
Trending!
Download high quality comprehensively prepared Grade 8 FRENCH TERM 2 Rationalized Notes. the notes covers all grade 8 rationalized strands.
21 Pages
3272 Views
0 Downloads
1.12 MB
GRADE 8 CRE NOTES TERM 2
Trending!
Download high quality comprehensively prepared Grade 8 CRE TERM 2 Rationalized Notes. the notes covers all grade 8 rationalized strands.
9 Pages
3658 Views
1 Downloads
209.18 KB
GRADE 8 CRE NOTES TERM 1 NOTES
Trending!
Download high quality comprehensively prepared Grade 8 CRE TERM 1 Rationalized Notes. the notes covers all grade 8 rationalized strands.
13 Pages
5631 Views
12 Downloads
330.65 KB