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 | 1461 |
| 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.
2920/204 Qualitative methods/qualitative techniques - topic index numbers
Trending!
This will guide students in calculating and understanding what are index numbers.
22 Pages
3946 Views
0 Downloads
392.97 KB
2920/203 Object oriented programming -c++ concepts
Trending!
This are object oriented programming language programming concepts. It covers all concepts in c++ programming. It includes polymorphism, inheritance, and many others
16 Pages
3574 Views
0 Downloads
303.54 KB
2920/102 Computer application 1 - presentation lecture notes
Trending!
This are presentation lecture notes. It outline and makes students under how to use Ms office publisher
30 Pages
3862 Views
0 Downloads
621.92 KB
2920/206 Database management system - entity relationship model topic notes
Trending!
This is database management system notes. It is topical notes that covers various issues on entity relationship diagram
Covers entity relationship model basic concepts, characteristics of attributes, types of relation and referential integrity.
8 Pages
4090 Views
0 Downloads
172.32 KB
2920/206 Database management system - Database normalization topic notes
Trending!
This is a topic lecture notes on database management system. Topic is database normalization. It explains what is normalization, use of delete, insert and update anomaly. Explains how to normalize 1,2,3,boy cord, 4 and 5th forms. It ends with outlining the advantages and disadvantages of database normalization.
12 Pages
3310 Views
0 Downloads
165.81 KB
2920/206 Database management system -topic database transaction
Trending!
Database management system notes. Topic is database transaction. It covers what are properties of transaction (acid properties), transaction status, interference between co-current transactions, cocurency control techniques and database recovery techniques
10 Pages
3500 Views
0 Downloads
125.07 KB
2920/206 Database management system - topic relational databases notes
Covers codd's rules of relational databases
Relation algebra (select, projection, catsian products, union, set difference.
15 Pages
398 Views
0 Downloads
250.8 KB
2920/206 Database management system - topic relational databases notes
Covers codd's rules of relational databases
Relation algebra (select, projection, catsian products, union, set difference.
15 Pages
427 Views
0 Downloads
250.8 KB
GRADE 9: CREATIVE ARTS TERM 1,2,3 NOTES
Trending!
Download a copy of the comprehensive GRADE 9: CREATIVE ARTS TERM 1,2,3 NOTES. Perfect resource for teachers and students covering the entire syllabus. Ideal for exam preparation and understanding key concepts.
75 Pages
4326 Views
11 Downloads
1.04 MB
GRADE 9: PRETECHNICAL STUDIES TERM 1,2,3 NOTES
Trending!
Download a copy of the comprehensive GRADE 9: PRETECHNICAL STUDIES TERM 1,2,3 NOTES. Perfect resource for teachers and students covering the entire syllabus. Ideal for exam preparation and understanding key concepts.
85 Pages
3920 Views
7 Downloads
2.69 MB