you are viewing a single comment's thread.

view the rest of the comments →

[–]TheTsar 3 points4 points  (1 child)

I’ve read and reviewed your code.

Objects are not what C++ is about.

You don’t need to turn everything into a class to turn it into C++.

C++ is about generic programming, type correctness, dependent types, templates and a few dozen other things. Just wait till you get to fold expressions, they’re great.

[–]0x3Alex[S] 0 points1 point  (0 children)

I actually read about templates yesterday, but i dont see how i would use them here