jagomart
digital resources
picture1_Programming Pdf 185064 | C   Tutorial Pt1


 134x       Filetype PDF       File size 0.59 MB       Source: vergil.chemistry.gatech.edu


File: Programming Pdf 185064 | C Tutorial Pt1
c tutorial part i procedural programming c david sherrill school of chemistry and biochemistry school of computational science and engineering georgia institute of technology purpose to provide rapid training in ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
           C++ Tutorial
     Part I : Procedural Programming
            C. David Sherrill
        School of Chemistry and Biochemistry
      School of Computational Science and Engineering
          Georgia Institute of Technology
                           Purpose
     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 reference
                         Why 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 
      (e.g., namespaces, object-oriented design)
                 Recommended reading
     These notes were developed during my reading of 
                                                             th
      “Sams Teach Yourself C++ in One Hour a Day,” 7
      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
The words contained in this file might help you see if this file matches what you are looking for:

...C tutorial part i procedural programming david sherrill school of chemistry and biochemistry computational science engineering georgia institute technology purpose to provide rapid training in elements syntax object oriented for those with some basic prior experience a handy reference selected topics numerous actual code examples instruction why intermediate level language allows fine low control over hardware yet also certain complex tasks be done relatively little high good scientific applications produces efficient compiled has features that help one develop maintain complicated large e g namespaces design recommended reading these notes were developed during my th sams teach yourself hour day edition by siddhartha rao indianapolis recommend the book it s readable point mastery will probably require working through like doing only serve as introduction or quick review...

no reviews yet
Please Login to review.