Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TP C Nombres Complexes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PARIS 2024
TP C Nombres Complexes
Commits
df7c3185
Commit
df7c3185
authored
Sep 19, 2023
by
Antoine Joncheray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Détails dans le README
parent
3d427ad2
Pipeline
#2164
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
README.md
README.md
+25
-1
No files found.
README.md
View file @
df7c3185
# 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 2
...
...
@@ -14,3 +36,5 @@
-
[
x
]
Question 8
-
[
x
]
Question 9
-
[
]
Question 10
Si quelqu'un veut terminer la question 10, allez-y !
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment