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 | 1582 |
| 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 2 COMBINED EXAMINATION PAPERS 2024
Trending!
Download a copy of the GRADE 2 COMBINED EXAMINATION PAPERS 2024. The Document contains all the Subject Areas in Grade 2 and their respective marking schemes.
35 Pages
2792 Views
0 Downloads
2.88 MB
GRADE 3 COMBINED EXAMINATION PAPERS 2024
Trending!
Download a copy of the GRADE 3 COMBINED EXAMINATION PAPERS 2024. The Document contains all the Subject Areas in Grade 3 and their respective marking schemes. This is a vital resource in both revision and assessment of your learners.
44 Pages
2950 Views
1 Downloads
2.67 MB
GRADE 4 COMBINED EXAMINATION PAPERS 2024
Download a copy of the GRADE 4 COMBINED EXAMINATION PAPERS 2024. The Document contains all the Subject Areas in Grade 3 and their respective marking schemes. This is a vital resource in both revision and assessment of your learners.
84 Pages
268 Views
0 Downloads
3.51 MB
GRADE 5 COMBINED EXAMINATION PAPERS 2024
Trending!
Download a copy of the GRADE 5 COMBINED EXAMINATION PAPERS 2024. The Document contains all the Subject Areas in Grade 5 and their respective marking schemes. This is a vital resource in both revision and assessment of your learners.
38 Pages
3125 Views
0 Downloads
2.27 MB
GRADE 4 COMBINED EXAMINATION PAPERS 2024
Download a copy of the GRADE 4 COMBINED EXAMINATION PAPERS 2024. The Document contains all the Subject Areas in Grade 4 and their respective marking schemes. This is a vital resource in both revision and assessment of your learners.
84 Pages
287 Views
0 Downloads
3.51 MB
KISWAHILI KCSE 2024 REVISION BOOKLET ANSWERS AND QUESTIONS
Trending!
Get a copy of the KISWAHILI KCSE 2024 REVISION BOOKLET ANSWERS AND QUESTIONS. This booklet consist of up to 20 consolidated Kiswahili 2024 Mock papers from Top National Schools and Joint Exams. They come with a comprehensive and well coordinated Marking scheme making it a great and valuable resource for your revision!
857 Pages
5011 Views
3 Downloads
10.42 MB
GRADE 6 COMBINED EXAMINATION PAPERS 2024
Trending!
Download a copy of the GRADE 6 COMBINED EXAMINATION PAPERS 2024. The Document contains all the Subject Areas in Grade 6 and their respective marking schemes. This is a vital resource in both revision and assessment of your learners.
42 Pages
2854 Views
0 Downloads
2.48 MB
Quantum mechanical model
De Brogile Hypothesis
• de Broglie had arrived at his hypothesis with the help of Planck’s Quantum Theory and Einstein’s Theory of Relativity.
26 Pages
1858 Views
0 Downloads
2.82 MB
CHE 2202-: Intro. Kinetic model of gases II
What is Chemical Thermodynamics?
Chemistry:
Study of matter- Composition, Structure and Changes
Chemical Thermodynamics: The study of the interrelation of heat and work (Energy) with chemical reactions or with physical changes of state within the confines of the laws of thermodynamics)
Thermodynamics is concerned with questions such as:
Why do some reactions take place while others don’t?
Can we predict whether or not a reaction will occur?
Under what conditions will a reaction occur?
20 Pages
1956 Views
0 Downloads
1.33 MB