Le code des TPs de C++ proposés à l'INSA de Rennes, département 4EII
Objectives :
- Create your first classes ;
- Use inline functions ;
- Use keywords to specify the class API (explicit, const, ...) ;
- Use the STL library (vector) ;
- Study your first UML diagrams ;
- Take care of the coding policy ;
- First study case of a copy constructor ;
- Implement operator <<.
Objectives :
- Memory management ;
- Implement a copy constructor and apply rule of 3 ;
- Use pointers and references ;
- Implement operators using friend functions.
Objectives :
- Implement inheritance from an UML diagram;
- Study polymorphism.
Objectives :
- Propose a solution using inheritance ;
- Study polymorphism.