hsf-training / cpluspluscourse

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

Things from the 10th C++ Course #514

Closed hageboeck closed 6 months ago

hageboeck commented 6 months ago

Things noticed during the lecture:

  1. There was some confusion regarding the for loop syntax: semicolon vs. comma. Here is an attempt to clarify, but I'm not sure if we are making it too complicated now.
  2. ... TBC as we go on
sponce commented 6 months ago

Tackled by #515