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 | 1651 |
| 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.
ECT211: EDUCATIONAL MEDIA AND RESOURCES
Trending!
The course is hoped to impart knowledge, skills and positive attitude in identifying the right media for maximum instructional effectiveness and efficiency. The course is based on the fact that learning is more effective if the media used are multisensory..
2 Pages
3622 Views
1 Downloads
179.49 KB
PRINCIPLES OF DATABASES
This course explains the principles of database in details. ot also highlights its concepts and shows the difference between data and information
543 Views
0 Downloads
1.13 MB
Ch41: The S-Block Elements
Trending!
This course introduces the S-Block elements, states its properties, variations and use in details
3246 Views
0 Downloads
5.37 MB
Taxonomy of Educational Objectives
Trending!
This course defines educational objectives, differentiates the types of educational objectives.
3. Define terms
and relate the terms cognitive, affective and psychomotor
domains to intellectual skills, communication skills and manipulative skills respectively. It formulates educational objectives belonging to the three domains.
58 Pages
3191 Views
0 Downloads
3.15 MB
FLEXIBLE MANUFACTURING SYSTEM
Trending!
Globalization, fickling market requirements and modern lifestyle trends have put up
tremendous challenge to manufacturing industries. In the current business scenario the
competitiveness of any manufacturing industry is determined by its ability to respond
quickly to the rapidly changing market and to produce high quality products at low costs.
60 Pages
2660 Views
0 Downloads
510.5 KB
Introduction to Curriculum
This course introduces curriculum and states different meanings and definition of terms under curriculum
24 Pages
935 Views
0 Downloads
849.5 KB
COMPETENCE-BASED CURRICULUM
A curriculum usually contains a statement of objectives and specific objectives; it indicates some selection and organization of content; it either implies or manifests certain patterns of learning and teaching, whether because of their objectives or because the content organization requires them.
71 Pages
1214 Views
0 Downloads
721.09 KB
Gauging and Gauge Design
Trending!
Updated notes on Gauging and gauge design
7 Pages
3433 Views
0 Downloads
1.05 MB
The Origin of HIV/AIDS
This module states detailed notes on the origin of HIV/AIDS
236 Pages
159 Views
0 Downloads
10.09 MB