Transcription of C++ Tutorial Part I : Procedural Programming
{{id}} {{{paragraph}}}
C++ TutorialPart I : Procedural ProgrammingC. David SherrillSchool of Chemistry and BiochemistrySchool of Computational Science and EngineeringGeorgia Institute of TechnologyPurpose To provide rapid training in elements of C++ syntax, C++ Procedural Programming , and C++ object-oriented Programming for those with some basic prior Programming experience To provide a handy Programming reference for selected topics To provide numerous, actual C++ code examples for instruction and referenceWhy C++? Intermediate -level language: allows for fine (low-level) control over hardware, yet also allows certain complex tasks to be done with relatively little code (high-level) Good for scientific applications: produces efficient, compiled code, yet has features that help one develop and maintain a complicated, large code ( , namespaces, object-oriented design)Recommended reading These notes were developed during my reading of Sams Teach Yourself C++ in One Hour a Day, 7thEdition, by Siddhartha Rao (Sams, Indianapolis, 2012).
C++ procedural programming, and C++ object- ... will try to note when any part of this tutorial is relying on new C++11 syntax. Chapter 1: Real Basics ... or the Linux programs vi, emacs, gedit, etc.). You can't use a standard word processor, because word processors do
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}