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 | 1524 |
| 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.
LABOUR ECONOMICS
Economics is the social science that studies how individuals, businesses, governments, and societies allocate limited resources to fulfill their unlimited wants and needs. It examines how people make decisions in various situations involving the production, distribution, and consumption of goods and services.
50 Pages
205 Views
0 Downloads
1.12 MB
ALLIANCE BOYS JUL/AUG MOCK 2024; Geography PP1 & PP2 Q&A
Trending!
Download a copy of the ALLIANCE BOYS JUL/AUG MOCK 2024; Geography PP1 & PP2 Q&A Question Papers with well coordinated Marking Schemes attached. This is a good revision material for your upcoming exams.
17 Pages
3937 Views
0 Downloads
3.82 MB
KCSE 2020 GEOGRAPHY PP1 & PP2 QUESTIONS & ANSWERS
Trending!
Download a copy of KCSE 2020 GEOGRAPHY PP1 & PP2 QUESTION PAPERS with comprehensive KNEC Marking Schemes attached, This is instrumental in aiding your revision for your fourth coming examinations.
35 Pages
3549 Views
0 Downloads
4.62 MB
KCSE 2021 GEOGRAPHY PP1 & PP2 QUESTIONS & ANSWERS
Trending!
Download a copy of KCSE 2021 GEOGRAPHY PP1 & PP2 QUESTION PAPERS with comprehensive KNEC Marking Schemes attached, This is instrumental in aiding your revision for your fourth coming examinations.
29 Pages
3622 Views
0 Downloads
4.99 MB
KCSE 2022 GEOGRAPHY PP1 & PP2 QUESTIONS & ANSWERS
Trending!
Download a copy of KCSE 2022 GEOGRAPHY PP1 & PP2 QUESTION PAPERS with comprehensive KNEC Marking Schemes attached, This is instrumental in aiding your revision for your fourth coming examinations.
33 Pages
3864 Views
0 Downloads
5.4 MB
HSM 2204 Supply Chain Management
Trending!
A set of simplified notes on Supply Chain Management that are quick to understand
27 Pages
2259 Views
1 Downloads
412.7 KB
Fathers of Nations essays and answers
Recommended!
Trending!
Download Fathers of Nations essays questions and answers. KCSE Revision essays for the compulsory play.
20 Pages
10379 Views
55 Downloads
380.47 KB
Kitabu cha maswali na majibu ya Bembea ya Maisha pdf
Trending!
Kitabu hiki kinajumuisha maswali ya kujadili pamoja na maswali ya dondoo au muktadha. Pia kina majibu ya maswali.
30 Pages
7083 Views
9 Downloads
655.72 KB
Mwongozo wa Bembea ya Maisha
Trending!
Download Mwongozo wa Bembea ya Maisha. Mwongozo huu umechambua Vipengele vyote mf. Wahusika, maudhui, mbinu za lugha n.k
99 Pages
2850 Views
8 Downloads
833.94 KB
Mwongozo wa nguu za jadi
Recommended!
Trending!
Mwongozo wa nguu za jadi umechambua Vipengele vyote mf. Wahusika, maudhui, mbinu za lugha n.k
75 Pages
10996 Views
92 Downloads
862.34 KB