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 | 2080 |
| 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.
Office website template
This is an office website template to help in creating office business website
266 Views
0 Downloads
10.07 MB
Portfolio website template
This is a portfolio website template to help in creating your portfolio online
295 Views
0 Downloads
107.21 KB
E business card template
This is an e business card template to help in producing standard business cards.
293 Views
0 Downloads
354.26 KB
Dental care website template
This is a dental care website template to help in starting dental care business online
234 Views
0 Downloads
864.39 KB
commerce website template
This is an e commerce website template in PHP with source code to help in starting online shop business
324 Views
0 Downloads
37.91 MB
cover letter template
This is a sample cover letter template to help in writing your ATS modern job cover letter.
341 Views
0 Downloads
18.63 KB
Insurance cover letter template
This cover letter template is to help in writing a neat cover letter for insurance job.
348 Views
0 Downloads
34 KB
Nursing cover letter template
This is a nursing cover letter to be used in writing any nursing or medical job application cover letter
296 Views
0 Downloads
13.39 KB
Geography revision booklet Q & A
Trending!
This is Geography revision booklet with questions and answers to help the student prepare for his exams.
173 Pages
3851 Views
0 Downloads
2.36 MB
Home science grade 4 notes
Trending!
This is Geography revision booklet with questions and answers to help the student prepare for his exams.
173 Pages
3225 Views
0 Downloads
2.36 MB