Difference between revisions of "Basics of C++ by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/basicsOfC++.pdf Basics of C++ and how it is used in OpenFOAM]
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/basicsOfC++.pdf Basics of C++ and how it is used in OpenFOAM]
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/objectOrientation.pdf Object orientation in C++ and OpenFOAM]
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/objectOrientation.pdf Object orientation in C++ and OpenFOAM]
 +
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/libraryAndClassOrganizationInOpenFOAM.pdf Library and class organization in OpenFOAM]
 +
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/aWalkThroughSomeOpenFOAMCode_Vector.pdf A walk through some OpenFOAM code: Vector]

Revision as of 05:32, 7 November 2019

Go back to Day 13.

Go back to Programming.

Go back to Collection by authors.

Basics of C++

The following pdfs will give you an introduction into C++, which is important to understand the programming style of OpenFOAM. This material was created for and during the PhD course in 2017 at Chalmers University of Technology. You will find information on: