mtrebi

Results 12 comments of mtrebi

I started this project just to know how memory allocators worked and to spread the knowledge. I wasn't expecting to become so popular. Would be nice to turn this into...

Nice work! Seems a nice idea. Future work

First of all, my apologies for the soooooo late reply. I've been really busy the last weeks. I am sorry. Regarding your first question, the answer is Yes. You can...

I'll take a look. Currently I don't have internet at home...Thanks for the report!

OMG Good job dude! I'll be on vacation soon so I'll have time to take a look and help you fix it. Thanks :)

Hey, I didn't find time to do it yet sorry! I still keep it on the back of my head though.

Hey, Currently there rasterizer doesn't have such functionality but it shouldn't be too hard to add it. Basically, what you want to is replace the function which the pixel its...

My apologies for the late reply. I've moved to a different country and I no longer have much free time for personal projects and I do like to read questions...

That is a really good point. I've never thought about it but it is something really worth look into. Do you already have an idea?

Hello, Yes, its actually pretty simple. Let's say this is your class: ```c class ClassName { private: int one; public: ClassName() : one(1) {} int AddOne(const int b) { return...