Commit Graph

4 Commits

Author SHA1 Message Date
tbeu
73a51ef14f Fix C++ code smells
* Move "using namespace std;" from header to module file (to no longer pollute the global namespace).
* Fix inconsistency of having namespace prefix in test code.
* Add include guard to GildedRose.h.
* Avoid std::endl.
* Have consistent white-space.
2025-02-12 20:56:22 +01:00
Sebastian Zander
15fa497fbd Fix syntax errors in cpp kata 2022-05-13 21:24:02 +02:00
Algan Ongun
d7d17eaa61 Fixed issue263, fixed the usage of c functions in cpp 2022-04-29 21:58:38 +03:00
Emily Bache
7598ff7848 added texttests fixture to cpp version 2020-05-06 09:21:24 +00:00