We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Jeroen van Rijn
Hi Berend. Not an answer to your question. I'm just informing you I'll be deleting the duplicate…
»
Berend
Hi there, Newbie question! I'm only at day 30 and until now almost all functions are prefixed w…
»
KaanAlpar
Nice, I will definitely preorder to get access to the repo. Thanks for the answer!
»
Jesse Coyle
Any ideas what would make ChoosePixelFormat to take almost 2 seconds to call the first time? The …
»
Todd
rachet and mmozeiko, Very interesting! Thanks for the info/links. This doesn't surprise me at a…
»
TeddyFine
Thanks for clarifying this, Mārtiņš!
»
pragmatic_hero
The end result looks roughly likes this (minus the printf's): 1 2 3 4 5 6 7 8 9 10 11 12…
»
Mārtiņš Možeiko
Exactly. Guarding against side-channel attacks is a very non trivial task. It requires not only g…
»
ratchetfreak
Todd ratchetfreak (though you really shouldn't code encryption yourself, there's too much that …
»
Mārtiņš Možeiko
// delete me
»
Mārtiņš Možeiko
Yes, its an overkill. But if I remember correctly Casey stated that text rendering is only for de…
»
Jeroen van Rijn
Todd On a more serious note though, anyone have any idea why web has become so complicated? When …
»
TeddyFine
I am currently looking at how font rendering is implemented and it seems that we create a texture…
»
pragmatic_hero
Yes! Yes and Yes! Thank you. I've been using __try/__catch extensively when calling out to hotsw…
»
Todd
MandleBro One of my next projects will be to improve database performance and reduce server side…
»
Todd
ratchetfreak mmozeiko Keyword to look up is "CGI". Here's a few links with simple introduction on…
»
Mārtiņš Možeiko
Yes, it is very common approach in Windows games to have audio in separate thread. This is to avo…
»
bimbinel
Sorry to resurrect an old thread but I had some questions on the same topic. I was also thinkin…
»
bimbinel
For my project I write code in a text editor (Sublime), build from the command line, and debug fr…
»
Mór
"Is coding along with the series a good choice to maximize learning?" Casey says its the best wa…
»
Mārtiņš Možeiko
Private Qt headers are not available from system packages. They are present only when Qt is build…
»
Mārtiņš Možeiko
You can play around setting/restoring CPU context: https://gist.github.com/mmozeiko/91a698249fdb9…
»
Neo Ar
bunjee Greetings miotatsu, Thank you for investigating ! Are you running on the same Arch with t…
»
KaanAlpar
Hello everyone, I just started watching HMH. I usually code along while wathcing programming tuto…
»
ratchetfreak
mmozeiko Keyword to look up is "CGI". Here's a few links with simple introduction on this: https:…
»
pragmatic_hero
I'm looking at that Vectored Exception Handler sample. In cases where they don't use __try/__exce…
»
Shazan
Thanks and you are right i shouldn't copy and paste code.
»
Mārtiņš Možeiko
Clang supports SEH on Windows exactly same as MSVC. This is for x86_64, no idea about SEH support…
»
pragmatic_hero
mmozeiko Yes, for C code RTTI and regular exceptions doesn't mean anything. On Windows there is p…
»
Oswald Hurlem
So last month, our sister in low-level-programming arms, Stephanie Hurlburt, collected a list of …
»