INTRODUCTION TO C++ PROGRAMMING YEAR 1

Institution UNIVERSITY
Course BACHELOR OF SCIENCE...
Year 1st Year
Semester Unknown
Posted By stephen oyake rabilo
File Type pdf
Pages 33 Pages
File Size 207.62 KB
Views 1579
Downloads 0
Price: Buy Now whatsapp Buy via whatsapp
  • whatsapp
  • facebook
  • twitter

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.

No preview available
COMPUTER FORM 1 NOTES Trending!
UPDATED NOTES ON COMPUTER STUDIES
95 Pages 2965 Views 0 Downloads 1.44 MB
COMPUTER FORM2 NOTES Trending!
UPDATED NOTES ON COMPUTER STUDIES FORM2
139 Pages 3486 Views 1 Downloads 2.61 MB
COMPUTER FORM1-4 NOTES Trending!
UPDATED NOTES ON COMPUTER FORM1-4
20 Pages 3465 Views 1 Downloads 649.32 KB
CHEMISTRY NOTES FORM 1-4 Trending!
UPDATED CHEMISTRY NOTES FORM1-4
806 Pages 3843 Views 15 Downloads 9.24 MB
BIOLOGY NOTES FORM 1-4 Recommended! Trending!
UPDATED BIOLOGY NOTES FORM 1-4
412 Pages 13866 Views 43 Downloads 15.04 MB
IRE FORM 1 NOTES Trending!
UPDATED IRE FORM 1 NOTES
155 Pages 3115 Views 0 Downloads 3.06 MB
IRE FORM 2 NOTES Trending!
UPDATED IRE FORM 1 NOTES
158 Pages 3536 Views 0 Downloads 1.56 MB
IRE FORM 3 NOTES Trending!
UPDATED IRE FORM 3 NOTES
128 Pages 3300 Views 0 Downloads 2.11 MB
IRE FORM 4 NOTES Trending!
UPDATED IRE FORM 4 NOTES
133 Pages 3266 Views 0 Downloads 1.43 MB
GEOGRAPHY NOTES FORM 1-4
UPDATED NOTES ON GEOGRAPHY NOTES FORM 1-4
468 Pages 468 Views 2 Downloads 4.85 MB