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).
“Sams Teach Yourself C++ in One Hour a Day,” 7th Edition, by Siddhartha Rao (Sams, Indianapolis, 2012). I recommend the book, it’s readable and to the point. A good mastery of C++ will probably require working through a book like that one, and doing some examples; notes like these only serve as a basic introduction or a quick review
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}