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.
Todd
[/quote] (though you really shouldn't code encryption yourself, there's too much that you can do …
»
Mārtiņš Možeiko
Yes, it is very common approach in Windows games to have audio in separate thread. This is to avoi…
»
bimbinel
Sorry to resurrect an old thread but I had some questions on the same topic. I was also thinking a…
»
bimbinel
For my project I write code in a text editor (Sublime), build from the command line, and debug fro…
»
Mór
"Is coding along with the series a good choice to maximize learning?" Casey says its the best way …
»
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: Or if you don't want to use context API (to su…
»
Neo Ar
Thank you for investigating ! Are you running on the same Arch with the same CPU architecture and…
»
KaanAlpar
Hello everyone, I just started watching HMH. I usually code along while wathcing programming tutor…
»
ratchetfreak
[/quote] Or if you don't want to depend on the CGI server, learn how server sockets and accepting…
»
pragmatic_hero
I'm looking at that Vectored Exception Handler sample. In cases where they don't use __try/__excep…
»
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
Other than that, there is not nothing else that you can turn off for C mode.[/quote] Is there a w…
»
Oswald Hurlem
So last month, our sister in low-level-programming arms, Stephanie Hurlburt, collected a of exper…
»
Mārtiņš Možeiko
Keyword to look up is "CGI". Here's a few links with simple introduction on this:
»
Dane Christenson
how do you even program a site in C? where would one look to learn that skill?
»
Dumitru Frunza
@steve Thanks for sharing the video! Nice trick at 1:51:00 - generalization of the "buffer pitch" …
»
Neo Ar
It may be that it no longer uses SIMD, or that a software rendering path is still lingering in th…
»
Mārtiņš Možeiko
If DrawPixel only puts pixel at X+i & Y+j coordinates into Dest bitmap, then that's the thing that…
»
Mārtiņš Možeiko
boost::asio also uses sockets underneath. There is no other way to access network functionality th…
»
Taz
So I found that the boost::aiso libraries have a C++ style networking API. the only issue so far i…
»
Shazan
How stupid of me anyway i allocated the buffer. But still When i print the font i get a yellow rec…
»
Mārtiņš Možeiko
You should really run your program in debugger. It would immediately show line where the error is:…
»
Simon Anciaux
Have your tried stepping in your code using the debugger to verify that each step (reading the fon…
»
Jeroen van Rijn
Thanks :) There's still a number of rough edges to sand off, but we're getting there. One of the …
»
Jeroen van Rijn
Good question. I'll put it on the list of things to look at.
»
Shazan
I have problems loading fonts using STB_truetype . Maybe because i don't know how fonts work,i mod…
»
Oswald Hurlem
has been added as a temporary members of YAVE's development team, and in order to familiarize him…
»
Todd
[quote="Kelimion" post="9834"] Sounds like a high-class problem. Must be nice. On a more serious n…
»