Transcription of The C++ Language Tutorial - cplusplus.com
{{id}} {{{paragraph}}}
C++ Language Tutorial Written by: Juan Souli Last revision: June, 2007 Available online at: The online version is constantly revised and may contain corrections and changes TThhee CC++++ LLaanngguuaaggee TTuuttoorriiaall 2 2008. All rights reserved This document and its content is copyright of , 2008. All rights reserved. Any redistribution or reproduction of part or all of the content in any form is prohibited other than to print a personal copy of the entire document or download it to a local hard disk, without modifying its content in any way (including, but not limited to, this copyright notice). You may not, except with express written permission from , distribute the content of this document. Nor may you transmit it or store it in any other website or other form of electronic retrieval system. TThhee CC++++ LLaanngguuaaggee TTuuttoorriiaall 3 2008.
the printing on screen of the "Hello World!" sentence. It is one of the simplest programs that can be written in C++, but it already contains the fundamental components that every C++ program has. We are going to look line by line at the code we have just written: // my first program in C++ This is a comment line.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}