Dear all,
I just noticed that my spam blocker has blocked quite a lot of comments. While I’m not able to decipher which comment belongs to who, I can only mention the following:
1) Please just enter a dummy website, it can refer to this site
2) Please leave your name, a nick will do
Please also let me know via info@stridesdev.org if you wish to express any strong opinions on my posts. I’d be glad to receive critisms.
Regards,
Jeremy
Ah… don’t we love to harness the power of C++? Operators. What are they?
They’re the little < , > , <= , >= , == , != , ! , = and so on. There’s basically a few types of operators.
In C++, we can actually override these to make nice effects in our codes. That is, making our codes look cleaner while work harder in between the operators.
So you think…
Read the rest of this entry »
Hi all,
After being advised by a friend that Fridays are for fun not for articles, I’ve decided to shift the dose of goodness to Tuesdays instead!
So sorry for the inconveniences, this shouldn’t be changed anymore in the future!
Regards,
Jeremy
This has been something that I’ve always wanted to talk about.
What’s lies beyond normal memory leaks, pointer ownership and memory corruption?
Legal Leaks!
This is also known as Design-Based Leaks. So why are they just as harmful as normal memory leaks?
Read on…
Read the rest of this entry »
Hi all, as promised, I’ll try to write an article by today. I’m currently waiting for my flight back to SG at KL, LCC-T; going to board the plane soon, therefore I’m trying to sneak in a little post for this week.
Many people in Windows programming uses GetTickCount() as the function to retrieve the number of milliseconds passed since the computer has started.
While this is mostly useful enough to measure the time differences between 2 moments, it might not be good enough for a finely-tuned engine fraction of movement.
Why is it so? Read on….
Read the rest of this entry »
Hi all, there won’t be any Weekly Friday Dose of Goodness this week as I’ve been extremely busy and I’ll be away next week.
Thanks for your interest and support!
I’ll try my best to make a post by next week while overseas if possible.
Thanks again!