• Travaux pratiques de traitement d'images

    • Vous devez inscrire votre binôme de TP avant la fin de la première séance pour tout le monde soit le vendredi 6 février à 18h30. 

      Attention ! 

      Si vous êtes un nombre pair, aucun singleton ne sera autorisé. Si vous êtes un nombre impair, un seul singleton sera accepté. Dans tous les cas, aucun trinôme n'est accepté. 

    • How to use VS Code to program in C++

      /!\ HOTFIX /!\

      When executing the program from within VSCode terminal, if you get the following error

      Runtime errorr: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
      

      This is a VSCode terminal problem. If you try on a normal terminal, everything should work fine.

      To fix that, in the VSCode terminal, you can run

      unset GTK_PATH
      

      once and then everything should work