Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a3c31145
Commit
a3c31145
authored
Oct 28, 2021
by
Benoit AUGER--DUBOIS
Browse files
ajout
parent
ff7e60c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tp3/tp3.cpp
View file @
a3c31145
...
...
@@ -177,8 +177,9 @@ int main(){
//affiche les binomes du groupe sans doublons.
affTabEtu
(
tabEtu
);
delete
tabEtu
;
// désalocation des tableaux dynamiques.
delete
tabMemorize
;
// je n'ai pas réussit a désalouer les tableaux dynamiques avec delete donc je supprime toutes les cases.
tabEtu
.
clear
();
// désalocation des tableaux dynamiques.
tabMemorize
.
clear
();
}
else
{
// si nombre d'étudiants <= 0.
cout
<<
"Il doit avoir au moins 1 étudiants ! "
<<
endl
;
}
...
...
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