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 | 1465 |
| 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.
Mwongozo wa Riwaya Kidagaa Kimemwozea
Trending!
Kidagaa Kimemwozea ni msemo unaomaanisha kuwa mambo yamemharibikia
mhusika fulani. Msemo huu unaangazia hali ya mambo kumwendea kinyume na
kumharibikia mhusika katika maisha, na shughuli zake za kawaida kukumbwa na
masaibu. Kupitia kwa wahusika mbalimbali mwandishi ameonyesha jinsi ambavyo
kidagaa kinavyoweza kumwozea mtu
38 Pages
4447 Views
0 Downloads
402 KB
PP1 SCHEMES OF WORK CREATIVE ACTIVITIES
Trending!
Updated PP1 SCHEMES OF WORK CREATIVE ACTIVITIES
5 Pages
3470 Views
1 Downloads
371.93 KB
Business Studies Form 1,Term 1-3
Trending!
Latest Schemes of Work, Business Studies Form 1,Term 1-3
3956 Views
0 Downloads
1.02 MB
AGRICULTURE SCHEMES OF WORK FORM ONE TERM I,2,3
Trending!
UPDATED AGRICULTURE SCHEMES OF WORK FORM ONE TERM I,2,3
3640 Views
0 Downloads
160.5 KB
AGRICULTURE SCHEMES OF WORK FORM TWO TERM I,2,3
Trending!
UPDATED AGRICULTURE SCHEMES OF WORK FORM TWO TERM 1,2,3
3196 Views
0 Downloads
186 KB
AGRICULTURE SCHEMES OF WORK FORM THREE TERM 1,2,3
Trending!
LATEST AGRICULTURE SCHEMES OF WORK FORM THREE TERM I,2,3
3724 Views
1 Downloads
257.5 KB
AGRICULTURE SCHEMES OF WORK FORM FOUR TERM 1,2,3
Trending!
UPDATED AGRICULTURE SCHEMES OF WORK FORM FOUR TERM 1,2,3
3678 Views
1 Downloads
215 KB
CBC REPORT BOOK FOR REGULAR LEARNERS (MOE)
Trending!
Get the latest Report book for regular leaners as recommeded by the Ministry of Education.
20 Pages
3822 Views
2 Downloads
1.22 MB
CBC School Year Report Grade 1,2,3 (Regular)
Trending!
Get a copy of the CBC School Year Report Grade 1,2,3 for Regular leaners.
5 Pages
3755 Views
1 Downloads
838.29 KB
CBC School Year Report Grade 1,2,3 (SNE)
Trending!
Grab a copy of the CBC School Year Report Grade 1,2,3 for (SNE)
2 Pages
3662 Views
0 Downloads
319.79 KB