Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajout des const #41

Open
Hagbuck opened this issue Dec 8, 2017 · 1 comment
Open

Ajout des const #41

Hagbuck opened this issue Dec 8, 2017 · 1 comment

Comments

@Hagbuck
Copy link
Owner

Hagbuck commented Dec 8, 2017

Il faut ajouter des const dans les paramètres surtout dans le PGM mais aussi dans le BMP.

Rappel:

TYPE* ptr : Le pointeur peut venir pointer autre chose

TYPE* const ptr : Le pointeur ne peut pas pointer autre chose, mais ce qu'il pointe peut être modifier

const TYPE* const ptr : Le pointeur ne peut pas être modifier ainsi que ce qu'il pointe

@Hagbuck
Copy link
Owner Author

Hagbuck commented Dec 8, 2017

L'ajout du const pour ne pas modifier la valeur du pointeur ont été ajouté

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant