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 | 2022 |
| 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.
Chemistry Form 2 Notes 2022
Trending!
Point by point Chemistry notes 2022 form 2
137 Pages
4162 Views
0 Downloads
1.73 MB
WORD PROCESSING
word processing is the art of text manipulation. it involves creating and producing professional looking document such as letters
No pages found
251 Views
0 Downloads
372.51 KB
SPREADSHEETS
spreadsheet is a ledger sheet that lets the user enter, edit and manipulate numerical data
No pages found
230 Views
0 Downloads
441.76 KB
Operating systems
An operating system is a set of programes that is used to manage the basic hardware resources of a computer
No pages found
687 Views
0 Downloads
1.24 MB
Microsoft Access
MS Access is a window based program used to manage information which is inform of database
No pages found
282 Views
0 Downloads
2.77 MB
Desktop Publishing
Publishing is the process of producing publications such as newspapers, cards pumphlets that has special texts and graphical layers and designs
No pages found
230 Views
0 Downloads
313.56 KB
Adobe Pagemaker
This is a desktop publishing program that can be used to set page layout text design using a personal computer
No pages found
201 Views
0 Downloads
3.76 MB
MEASURE THEORY AND PROBABILITY
Trending!
Contains notes on algebras and measures
198 Pages
3669 Views
0 Downloads
685.47 KB
The Reimann integral
Trending!
The riemann integral is the simplest integral to define, and it allows one to integrate every contionuous function as well as some not too badly discontinuos functions
55 Pages
2419 Views
0 Downloads
578.44 KB
RESEARCH METHODOLOGY
The purpose of this research is to discover answers to questions through the application of scientific procedures
21 Pages
533 Views
0 Downloads
237.43 KB