main
Think C++Allen B. DowneyVersion C++Copyright (C) 1999 Allen B. DowneyGreen Tea Press9 Washburn AveNeedham MA 02492Permission 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.
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.
Download main
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document: