-
-
Notifications
You must be signed in to change notification settings - Fork 234
Description
Hello dear exercism-community!
First of all thank you for helping me learning c++ with your track. It is amazing.
Currently I am learning pointers with the exercise speedywagon and I have a suggestion for the introduction and the 2. task: please consider to mention explicitly that the first function parameter has to be an c-style-array and not a std::array. I was thinking about why my mistake didn't work when I used arrays. Only ChatGPT was able to tell me my mistake and it would have saved my time and maybe other peoples time, if there would be mentioned of used container.
Since you have learning concepts of vectors and arrays of the standard libary, a note for using c-style containers could be worth to mention or else I assume I am learning how to handle the mentioned containers.
I also try to understand every learning concept and work myself from the first exercise to the last and I have not done every task to a learning concept, if you mention c-style arrays in one of those exercises. If you have already mentioned it, maybe you could also mention to do a learning concept with all exercises from the learning tree, before moving to the next learning concept.
Thank you for your time reading my suggestion and have a nice day.
best regards,
escanor