Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nadi Tomeh
SDA
Commits
be8e1c89
Commit
be8e1c89
authored
Sep 19, 2019
by
david
Browse files
not much
parent
f134278e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CPP/arraylist.hpp
View file @
be8e1c89
...
...
@@ -62,7 +62,7 @@ public:
@param pos est la l'indice de la case on l'utilisateur veut connaître la valeur.
@returns la valeur située à la position donnée par l'utilisateur.
*/
P
get
(
const
int
&
pos
){
P
get
(
const
int
pos
){
return
data
[
pos
];
}
...
...
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