Commit df7c3185 authored by Antoine Joncheray's avatar Antoine Joncheray

Détails dans le README

parent 3d427ad2
Pipeline #2164 failed with stages
# Questions # A propos
C'est le code source du TP sur l'implémentation des nombres complexes en C, avec un Makefile.
### Récupérer les fichiers sur votre PC
1. Installer git si vous ne l'avez pas.
Sur Linux : tapez `sudo apt install git` dans un terminal
2. Dans un terminal, placez-vous là où vous voulez télécharger les fichiers.
3. Tapez `git clone http://gvipers.imt-nord-europe.fr/paris-/tp-c-nombres-complexes.git`
### Compilation
**Linux :**
Ouvrez un terminal dans le fichier racine du projet et tapez :
```bash
make
./bin/main
```
**Windows :**
J'en sais rien lol
### Questions traitées :
- [x] Question 1 - [x] Question 1
- [x] Question 2 - [x] Question 2
...@@ -14,3 +36,5 @@ ...@@ -14,3 +36,5 @@
- [x] Question 8 - [x] Question 8
- [x] Question 9 - [x] Question 9
- [ ] Question 10 - [ ] Question 10
Si quelqu'un veut terminer la question 10, allez-y !
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment