Difference between revisions of "Programming by Stefan Radl"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Updated link)
Line 1: Line 1:
* '''author''': Stefan Radl
+
* '''contributor''': Stefan Radl
 
* '''affiliation''': Technische Universität Graz, Austria
 
* '''affiliation''': Technische Universität Graz, Austria
 
* '''contact''': [email protected]
 
* '''contact''': [email protected]

Revision as of 06:42, 26 September 2016

Go back to Day 12.

Programming - introduction

These video will give you a step by step walk through of programming your own utility and application. It will guide you through the steps in C++ to write the code and compile it. You will test the code with a simple case. The focus is on:

  • C++ basics
  • compilation
  • code structure
  • starting point
  • testing

The videos can be found here: