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 | 1462 |
| 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.
BIT 2103: What is HTML
Trending!
HTML represents the standard markup language for creating web pages online.
It stands for Hyper Text Markup Language.
5 Pages
3380 Views
0 Downloads
97.48 KB
BIT 2103: Lesson 4 Ms Excel
Trending!
This tip describes how to use conditional formatting for comfortable viewing results in the
worksheet.
14 Pages
3204 Views
0 Downloads
303.23 KB
BIT 2103: Lesson 3 Ms Excel
Trending!
If you create a custom list in Excel, you can easily fill a range with your own list of
departments, clients, cities, credit card numbers, etc. This can save time and reduce errors
3 Pages
3309 Views
0 Downloads
81.88 KB
BIT 2103: Lesson 2 Ms Excel
Trending!
The ribbon provides shortcuts to commands in Excel. A command is an action that the user
performs. An example of a command is creating a new document, printing a documenting, etc.
13 Pages
3840 Views
0 Downloads
533.77 KB
SCH 103: INTRODUCTION TO ANALYTICAL CHEMISTRY
Trending!
In this lesson, we shall begin by making known to you what analytical chemistry is. The question of what, where, who and why of analytical chemistry will also be answered in this lesson. It will be interesting to learn that analytical chemistry is all around us and everything we do has an aspect of analytical chemistry.
129 Pages
3921 Views
1 Downloads
1.2 MB
2920/202 Computer application ll-notes - geographical information system lecture notes
Trending!
Geographical information system lecture notes
35 Pages
3476 Views
0 Downloads
469.69 KB
2920/202 Computer application ll-notes- artificial intelligence lecture notes
Trending!
Computer application ll-notes- artificial intelligence lecture notes
54 Pages
4661 Views
3 Downloads
704.47 KB
2920/205 Visual programming language looping notes
Trending!
Discribes in writing visual basic programs in implementing looping stutcures
26 Pages
3192 Views
1 Downloads
62.79 KB