Ensimag Rubrique Formation 2022

C++ for Applied Mathematics - 4MMCPPMA

  • Number of hours

    • Lectures 16.5
    • Projects -
    • Tutorials 16.5
    • Internship -
    • Laboratory works -
    • Written tests -

    ECTS

    ECTS 3.0

Goal(s)

In this module, the students will learn the basics of C++ programming in the context of applied mathematics. To be more specific, the course will highlight the differences with some of the languages learn during previous classes as well as strength and weakness of C++.

Responsible(s)

Christophe PICARD

Content(s)

  1. Overview of the language and the programming tools
    C++, CMake, gprof, valgrind, introduction to class
    1. Operator overloading
      unary, binary et ternary operators
    2. Classes
    3. Template
  2. Software design
    1. UML
    2. Patterns in object oriented programming

Prerequisites

Algorithmic, Compiling, Data structures

Test

Evaluation : 67% of Projet (évaluation en continu et sur le rendu) and 33% of Examen Ecrit (1h00)

Resit : 67% of Projet (évaluation en continu et sur le rendu) (reported score) and 33% of Examen Ecrit (1h00)

Practical work.

Calendar

The course exists in the following branches:

  • Curriculum - Math. Modelling, Image & Simulation - Semester 8
see the course schedule for 2025-2026

Additional Information

Course ID : 4MMCPPMA
Course language(s): FR

You can find this course among all other courses.

Bibliography

Bjarne Stroustrup - Le langage C++ - Éditions Pearson Education - 2004 - 1100 pages
Thinking in C++, 2nd ed. Volume 1: Introduction to Standard C++ by Bruce Eckel,
Thinking in C++, 2nd ed. Volume 2: Practical Programming by Bruce Eckel,
Effective C++ : 55 Specific Ways to Improve Your Programs and Designs, 3rd ed. by Scott Meyers