Ensimag Rubrique Formation 2022

Modelisation and programming - 4MMMP3

  • Number of hours

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

    ECTS

    ECTS 1.5

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)

Jean-Baptiste DURAND

Content(s)

Ce module s'articule autour de cours fondamentaux sur le langage et sur la mise en oeuvre lors de travaux pratiques.
Syllabus

  1. Overview of the language and the programming tools
    C, Makefile, gprof, valgrind, introduction to class
  2. Operator overloading
    unary, binary et ternary operators
  3. Classes
    Multiple inheritance
  4. Template
    Partial specialization.
  5. Introduction to Standard Template Library

Prerequisites

Algorithmic, Compiling, Data structures

Test

Practical work perform by a team of two students.

N1=CC
N2=E2

CC = Moyenne des notes de contrôle continu
E2 = Examen écrit de session 2

Calendar

The course exists in the following branches:

  • Curriculum - Financial Engineering - Semester 8
see the course schedule for 2023-2024

Additional Information

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

The course is attached to the following structures:

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