Yes, its an overkill. But if I remember correctly Casey stated that text rendering is only for de…
Todd On a more serious note though, anyone have any idea why web has become so complicated? When …
I am currently looking at how font rendering is implemented and it seems that we create a texture…
Yes! Yes and Yes! Thank you.
I've been using __try/__catch extensively when calling out to hotsw…
MandleBro One of my next projects will be to improve database performance and reduce server side…
ratchetfreak mmozeiko Keyword to look up is "CGI".
Here's a few links with simple introduction on…
Yes, it is very common approach in Windows games to have audio in separate thread. This is to avo…
Sorry to resurrect an old thread but I had some questions on the same topic.
I was also thinkin…
For my project I write code in a text editor (Sublime), build from the command line, and debug fr…
"Is coding along with the series a good choice to maximize learning?"
Casey says its the best wa…
Private Qt headers are not available from system packages. They are present only when Qt is build…
You can play around setting/restoring CPU context: https://gist.github.com/mmozeiko/91a698249fdb9…
bunjee Greetings miotatsu,
Thank you for investigating ! Are you running on the same Arch with t…
Hello everyone, I just started watching HMH. I usually code along while wathcing programming tuto…
mmozeiko Keyword to look up is "CGI".
Here's a few links with simple introduction on this:
https:…
I'm looking at that Vectored Exception Handler sample.
In cases where they don't use __try/__exce…
Thanks and you are right i shouldn't copy and paste code.
Clang supports SEH on Windows exactly same as MSVC. This is for x86_64, no idea about SEH support…
mmozeiko Yes, for C code RTTI and regular exceptions doesn't mean anything. On Windows there is p…
So last month, our sister in low-level-programming arms, Stephanie Hurlburt, collected a list of …
Keyword to look up is "CGI".
Here's a few links with simple introduction on this:
https://www.cs.…
how do you even program a site in C? where would one look to learn that skill?
@steve Thanks for sharing the video!
Nice trick at 1:51:00 - generalization of the "buffer pitch…
mmozeiko Ah, I see. Not sure why though - I understand its all OpenGL rendering now.
It may be t…
If DrawPixel only puts pixel at X+i & Y+j coordinates into Dest bitmap, then that's the thing…
boost::asio also uses sockets underneath. There is no other way to access network functionality t…
So I found that the boost::aiso libraries have a C++ style networking API. the only issue so far …
How stupid of me anyway i allocated the buffer. But still When i print the font i get a yellow re…
You should really run your program in debugger. It would immediately show line where the error is…
Have your tried stepping in your code using the debugger to verify that each step (reading the fo…