Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoit AUGER--DUBOIS
L2_S1_ALGO_STRUCT_DONNEE
Commits
3f42735f
Commit
3f42735f
authored
Oct 18, 2021
by
Benoit AUGER--DUBOIS
Browse files
moddif
parent
2251c838
Changes
4
Hide whitespace changes
Inline
Side-by-side
Tp2/ex1.cpp
View file @
3f42735f
#include
<iostream>
using
namespace
std
;
/*
Auger-Dubois Benoit et Attala Fadia groupe 385K
*/
int
main
(
)
{
/*
...
...
Tp2/ex2.cpp
View file @
3f42735f
#include
<iostream>
#include
<string>
//permet l'utilisation du type string.
using
namespace
std
;
/*
Auger-Dubois Benoit et Attala Fadia groupe 385K
*/
/* Nous allons utilisé le type string plutôt que le tableau de caractères
pour pouvoir utiliser la fonction getline,
...
...
Tp2/ex3.cpp
View file @
3f42735f
#include
<iostream>
#include
<string>
//permet l'utilisation du type string.
using
namespace
std
;
/*
Auger-Dubois Benoit et Attala Fadia groupe 385K
*/
/* Nous allons utilisé le type string plutôt que le tableau de caractères
pour pouvoir utiliser la fonction getline,
...
...
Tp2/ex4.cpp
View file @
3f42735f
#include
<iostream>
using
namespace
std
;
/*
Auger-Dubois Benoit et Attala Fadia groupe 385K
*/
typedef
int
T_nb
[
6
];
// on crée un type tableaux de 6 entier utile par la suite.
...
...
Write
Preview
Supports
Markdown
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