C++ ProgrammingLaajuus (3 cr)
Course unit code: LTD7013
General information
- Credits
- 3 cr
- Teaching language
- Finnish
- Responsible person
- Anssi Gröhn, Vastuuopettaja
- Mikko Anttonen, Vastuuopettaja
Objective
Main objective is to take command of C++ programming language so, that you have capability to use it in Unreal Engine 4 development.
Content
- Basics of C++
- Compiler
- Classes
- Virtual functions
- Exceptions
- Memory management and pointers
- Generic programming, STL
- Streams and stream operator
- Multiple inheritane and diamond model
- Using and creating libraries