User: zStupan

  • Public profile

User profile: zStupan

User info
User name:zStupan
History
Joined:
Number of posts:12
Latest posts:

How to linearize N-dimensional array index?
I'm trying to implement a simple n-dimensional array / tensor. Right now my class definition looks l...

How to implement callbacks?
Hi, I don't know if callbacks is the right term. Basically, I implemented a red-black tree data s...

Modern OpenGL C++ Game Programming
https://www.opengl-tutorial.org/ This is where I learned the basics. Pretty well explained. The tut...

Building vector recursively
Oops, my bad, forgot the bracket when transcribing. I fixed the error btw, I had to make local cop...

Building vector recursively
[code] class Node { protected: unsigned int weight{0}; std::shared_ptr<Node> left, right; public: ...

This user does not accept Private Messages