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 | 1517 |
| 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.
HOMESCIENCE FORM 1 NOTES
Trending!
UPDATED HOMESCIENCE FORM 1 NOTES
147 Pages
4050 Views
4 Downloads
1.32 MB
K.C.S.E HRE SYLLABUS
Trending!
This is the comprehensive KNEC HRE SYLLABUS
10 Pages
3792 Views
0 Downloads
515.1 KB
K.C.S.E GERMAN SYLLABUS
Trending!
This is the comprehensive KNEC GERMAN SYLLABUS
No pages found
4153 Views
5 Downloads
60.04 KB
Isimu Jamii
Trending!
Isimujamii - Ni taaluma inayochunguza uhusianouliopo baina ya lugha na jamii.
Hasa hushughulikia jinsi watu wanavyotumia lugha katika jamii.
Isimu- ni uchunguzi wa lugha kisayansi.
Jamii – ni kundi filani la watu wenye uhusiano fulani.
24 Pages
2562 Views
3 Downloads
851.47 KB
FASIHI SIMULIZI NOTES
Trending!
Fasihi ni sanaa inayotumia lugha kuwasilisha ujumbe unaomhusu binadamu. Sanaa ni ufundi wa kuwasilisha fikra na hisia za binadamu kama vile maneno, maandishi,uchoraji, uchongaji, ufinyanzi n.k.
43 Pages
8855 Views
10 Downloads
752.59 KB
MWONGOZO WA USHAIRI
Trending!
Nakala hii ina takriban Mashairi ishirini.Kila Shairi lina maswali na mwongozo/majibu sahihi.
73 Pages
3587 Views
10 Downloads
813.56 KB
MWONGOZO WA CHOZI LA HERI
Trending!
Mwongozo huu unanuiwa kumwongoza mwanafunzi ili kuilewa vyema pamoja no kuelewa uliopo kwenye Riwaya. Hata hivyo ni muhimu mwanafuzi aisome Riwaya kwanza kabla ya kuutumia mwongozo huu.
172 Pages
3926 Views
0 Downloads
1.58 MB
FORMAT FOR WRITING A PROJECT REPORT
Trending!
Projects are used in assessing the outcomes of learning.In Project-based examinations, candidates demonstrate that they can transform processes into actions by solving a real-world problem in a real organization, and for each subject of study,document the same using a standard format.
21 Pages
5693 Views
1 Downloads
73.33 KB
COMPUTER PACKAGES NOTES
Recommended!
Trending!
The booklet covers key areas such as;
1. INTRODUCTION TO COMPUTERS
2. MICROSOFT WINDOWS
3. MICROSOFT WORD
4. MICROSOFT EXCEL
5. MICROSOFT ACCESS
6. MICROSOFT POWERPOINT
7. MICROSOFT PUBLISHER
8. INTERNET & EMAIL
65 Pages
8095 Views
112 Downloads
1.66 MB
TPAD Lesson Observation Form
Trending!
Download the latest TPAD Lesson Observation Form for free!
2 Pages
3815 Views
5 Downloads
553.31 KB
Price: FREE
Download