Description Submission
C++ Class Template Specialization – C++
There seems to be no good way to directly convert an enum class to string in C++11.
Attending Workshops – C++
Description Submission The optimum policy here is to accept the earliest finished workshops.
Messages Order – C++
Description In real life applications and systems, a common component is a messaging system. Thea idea is that a sender sends messages to the recipient. […]
Overloading Ostream Operator – C++
Description The task is to overload the << operator for Person class in such a way that for p being an instance of class Person the result […]
Day 2: Operators – C++
It’s about the usage of the function round. References http://www.cplusplus.com/reference/cmath/round/
Hotel Prices – C++
This problem can be solved simply by adding the keyword virtual in front of the function definition in the base class so that during the […]