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.
popcorn
"Hardware is cheap, programmer time is expensive". It's true. So you basically throw money at …
»
David Owens II
5sw Yes, you can create a different pointer to change that value. But you are not allowed to mak…
»
Patrick Lahey
There is a saying: "Hardware is cheap, programmer time is expensive". It's true. Sometimes it is…
»
Mārtiņš Možeiko
Ah, ok. That makes sense. Then I don't know why it doesn't work. My guess would be that there is …
»
Mārtiņš Možeiko
Yes, I understand what timeBeginPeriod does. It switches resolution of kernel scheduler. But it i…
»
Stefan
Since 'End' is a reserved word in Delphi, it allows you to place an & in front of the variabl…
»
Stefan
As Casey explained, this is why we call the timeBeginPeriod. It is supposed to force the granular…
»
d7samurai
@khahem First let me put things in perspective: This framework is for internal use, embedded in …
»
Mārtiņš Možeiko
5sw Yes, you can write that. But you are not allowed to. This is undefined behavior, the compiler…
»
Mārtiņš Možeiko
That's what Sleep does. It sleeps at least that many milliseconds what you pass in argument. Not …
»
Mārtiņš Možeiko
What is &End syntax in argument list in Delphi? As far as I remember my Delphi days passing v…
»
Mārtiņš Možeiko
Not sure if any of these two things will help but I can offer to try these things: 1) run "deven…
»
Andy
I apologize for such a mundane question but I cannot sign into my Visual Studio IDE. When I click…
»
Flyingsand
insanoflex512 Speaking of programming paradigms, I read an article bashing "compression oriented …
»
mallardz
Typing in the code as I follow along, I'm always introducing a bunch of bugs, especially in the c…
»
Stefan
So I figured out that it is in fact not the function call that is taking long. My inline code tha…
»
Sven
owensd 6.7.5.1 Pointer declarators (source: http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256…
»
Sven
DaleKim The more and more I program, the more I've come to appreciate that it's just way easier …
»
David Owens II
6.7.5.1 Pointer declarators (source: http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf) …
»
Sven
owensd 5sw owensd You cannot make that claim at all. What if function() created a thread that del…
»
Casey Muratori
Most AAA games do not try to have tight sound sync on the PC. Usually the sound is just very lag…
»
Casey Muratori
I think I lost a few IQ points just opening that blog post :( You can lead a horse to water, but…
»
Huitzilopochtli
How can I make emacs read the colour and fonts configuration from the .emacs file? I started foll…
»
Dale Kim
Yeah... I suspect the entire point was missed there. I can somewhat see that blog post's point o…
»
Justin
Speaking of programming paradigms, I read an article bashing "compression oriented programming". …
»
Bigpet
Seems almost expected with virtual machines. Maybe you should make sure that your CPU has virtua…
»
Stefan
Hi. Thought this may be relevant since Casey is using Virtualbox for windows XP testing. I'm deve…
»
Stefan
I've listened to Casey explaining the reason for fixing the frame rate on this game. I've played …
»
Stefan
I'm translating the C code to Delphi and ran into a performance issue on a specific piece: Origi…
»
Andrew Chronister
I disable javascript (Side note: topics like this are why we should definitely have an offtopic…
»