OStream Operator overloadingI see.. Thanks.. I got it now
OStream Operator overloadingWhy is it that I am still getting this error after I overload the operator<<? [code] 2 no operator ...
enum class inside a class?Is it okay to declare an enum class inside a class? Cause Strongly type enums has already a scope...
How to read about error expecially about unresolved errors?I see. Thats really annoying. I hope they add that feature on next c++ version. maybe c++15 :D I m...
How to read about error expecially about unresolved errors?This is my .h file [code]#include <sstream> template <typename T> std::string toString(const T& valu...
This user does not accept Private Messages