Difference between revisions of "One-Day Scientific C++ Class"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
(Created page with "This was a full-day course given on March 15, 2011, covering using C++ for scientific programming, with a focus on those features that are useful for scientific software developm...")
 
Line 1: Line 1:
This was a full-day course given on March 15, 2011, covering using C++ for scientific programming, with a focus on those features that are useful for scientific software development. We took to C-to-C++ route, so
+
This was a full-day course given on March 15, 2011 at SciNet, covering using C++ for scientific programming, with a focus on those features that are useful for scientific software development. We took to C-to-C++ route, so
 
familiarity with C, in particular with pointers, was a prerequisite.
 
familiarity with C, in particular with pointers, was a prerequisite.
  

Revision as of 14:37, 29 March 2011

This was a full-day course given on March 15, 2011 at SciNet, covering using C++ for scientific programming, with a focus on those features that are useful for scientific software development. We took to C-to-C++ route, so familiarity with C, in particular with pointers, was a prerequisite.

  • Videos:
  1. Introduction
  2. A basic refresher of C
  3. Running example
  4. The nice features of C++
  5. Big C++: classes
  6. Big C++: polymorphism
  7. Big C++: Inheritance
  8. Big C++: polymorphism in inheritance
  9. Big C++: templates
  10. Useful libraries