ben —
There is a saying: "Hardware is cheap, programmer time is expensive". It's true.
This is the min…
I believe the problem is that the font that Casey's .emacs uses isn't on your computer. Same thin…
cmuratori If I may, I think part of the problem here is that different people like to define OOP …
"Hardware is cheap, programmer time is expensive". It's true.
So you basically throw money at …
5sw
Yes, you can create a different pointer to change that value. But you are not allowed to mak…
There is a saying: "Hardware is cheap, programmer time is expensive". It's true.
Sometimes it is…
Ah, ok. That makes sense. Then I don't know why it doesn't work. My guess would be that there is …
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…
@khahem
First let me put things in perspective: This framework is for internal use, embedded in …
5sw Yes, you can write that. But you are not allowed to. This is undefined behavior, the compiler…
That's what Sleep does. It sleeps at least that many milliseconds what you pass in argument. Not …
What is &End syntax in argument list in Delphi? As far as I remember my Delphi days passing v…
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…
insanoflex512 Speaking of programming paradigms, I read an article bashing "compression oriented …
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 …
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…
Most AAA games do not try to have tight sound sync on the PC. Usually the sound is just very lag…
I think I lost a few IQ points just opening that blog post :( You can lead a horse to water, but…
How can I make emacs read the colour and fonts configuration from the .emacs file? I started foll…
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…