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 | 1999 |
| 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 & INDUSTRIAL RELATIONS
Industrial relations is the relationship between employers and employees or trade union. It has been defined also as that part of management which is concerned with the man power of the enterprise i.e. skilled, semi-skilled and unskilled.
1836 Views
1 Downloads
112.28 KB
Individualized Education Programme (IEP) Report
Trending!
Individualized Education Programme (IEP) Report
2 Pages
3028 Views
0 Downloads
58.83 KB
Record Of Work
Trending!
Download your copy of Record Of Work covered!
2 Pages
2566 Views
5 Downloads
36.13 KB
BBM 335: Introduction to Financial Markets
Trending!
A market is not necessarily a physical and geographically identifiable place, and goods traded are not necessarily physical goods. Trading might take place over the telephone, and goods traded might be knowledge, etc.
2141 Views
0 Downloads
509 KB
KCSE CHEMISTRY TIPS (THEORY AND PRACTICALS)
Trending!
Test for solubility of organic compound where you add ethanol is sometimes confused by students with esterification but in esterification addition of ethanol is followed by addition of few drops of concentrated sulphuric (VI) acid with gentle warming e.g...
25 Pages
5638 Views
10 Downloads
1.52 MB
BIOLOGY KCSE REVISION BOOKLET
Trending!
The booklet contains a variety of papers from different counties that contains paper 1,2 &3,with complete and comprehensive marking schemes. This resource is ideal for preparing students for the national exams.
35 Pages
5535 Views
3 Downloads
1000.45 KB
CHEMISTRY FORMULARS HANDBOOK
Trending!
This booklet contains all the relevant formulaes arranged topicwise from form one to form four.
3445 Views
2 Downloads
171 KB
TOP STUDENT HOMESCIENCE REVISION KIT
Trending!
Top student homescience revision kit.
3804 Views
0 Downloads
140.5 KB
BIOLOGY PP2 REVISION ESSAYS QUESTIONS & EXPECTED RESPONSES
Explain the various ways in which a typical cell is adapted to its functions. Explain how the various specialized cells are modified to carry out their functions in plants and animals.
184 Views
0 Downloads
143.5 KB
FORM 2 HISTORY ENTRY EXAMS TERM 2
Trending!
This entails form 2 entry exams both paper 1 and paper 2 for term two exams with marking schemes for both the papers.
3155 Views
0 Downloads
40.47 KB