Transcription of main
{{id}} {{{paragraph}}}
Think C++Allen B. DowneyVersion C++Copyright (C) 1999 Allen B. DowneyGreen Tea Press9 Washburn AveNeedham MA 02492 Permission is granted to copy, distribute, transmit and adapt this work undera Creative Commons Attribution-NonCommercial-ShareAlike InternationalLicense: you are interested in distributing a commercial version of this work, pleasecontact the LATEX source and code for this book is available The way of the What is a programming language? .. What is a program? .. What is debugging? .. Compile-time errors .. Run-time errors .. Logic errors and semantics .. Experimental debugging .. Formal and natural languages .. The first program .. Glossary .. 82 Variables and More output .. Values .. Variables .. Assignment .. Outputting variables .. Keywords .. Operators .. Order of operations .. Operators for characters.
When the program is finished, you might save it in a file named program.cpp, where “program” is an arbitrary name you make up, and the suffix .cppis a convention that indicates that the file contains C++ source code. Then, depending on what your programming environment is like, you might leave the text editor and run the compiler.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}