cpluspluscourse icon indicating copy to clipboard operation
cpluspluscourse copied to clipboard

C++ Course Taught at CERN, from Sebastien Ponce (LHCb)

Results 72 cpluspluscourse issues
Sort by recently updated
recently updated
newest added

This was a question during the 4th HEP C++ course, how to get the smallest and largest value for a fundamental type.

Essentials
stale

A compilation of suggestions from #78 - [ ] Interfaces -I.3 (singletons) as well as I.11 & I.13 (avoid raw_ptr ownership transfer, avoid passing arrays without length) - [x] Errors...

Hi All, I was a mentor for 2 sessions this past spring, once on zoom and once in person at jLab. I think you should reconsider the order of the...

stale

On some slides, the sentences of each bullet item start with an uppercase letter, and on other slides, they start with a lowercase letter. This should be consistent for all...

stale

I've focused more on `perf` than VTune, but this is intended to close #43. I think the online documentation for VTune is good enough that we can just point students...

updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)

Once done, introduce chrono_literals, and replace duration_cast in the example with simple usage of `/ 1ms`

* we should finally add a slide on value categories (r-value, l-value, x-value) _Originally posted by @bernhardmgruber in https://github.com/hsf-training/cpluspluscourse/issues/352#issuecomment-1277735538_

All main implementation of the languages in the example (Java, C# and Python) are actually compiled to bytecode. IMHO it's better to clearly add explicit statement that C++ is compiled...