hsf-training / cpluspluscourse

C++ Course Taught at CERN, from Sebastien Ponce (LHCb)
Apache License 2.0
157 stars 58 forks source link

Make functions exercise less confusing. #511

Closed hageboeck closed 4 months ago

hageboeck commented 4 months ago

After the functions exercise has been modernised (no arrays, std::string instead), there is no need to print "fiveCharacters". The exercise is about pass by copy vs pass by reference and overloading, so the confusing instructions have been removed.

Fix #426