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.
CrajunMinter
@mmozeiko hey, so I'm on day 11 now, but I recently thought of a new question regarding this. you …
»
yumisen-yamasen
On the plus side, one major advantage that templates have over code generation programs, like the …
»
nakst
@mrmixer Do you have a Windows computer? Perhaps you could try using Cygwin to build the OS. Agai…
»
Allen Webster
That sounds like a bug to me! I'll take a look and see if I can figure out what's going on, thank…
»
Mārtiņš Možeiko
Yes, Casey is compiling meta-programming generator and running it on every build. But this is not …
»
drexler
yeah. i guess i am just so surprised that it's literally faster to compile a entire meta-program t…
»
ratchetfreak
Another factor is that a lot of complex template metaprogramming is very similar to functional pro…
»
drexler
I do wonder though. Doesn't Casey on Day 206 compile his simple_preprocessor.cpp every time he com…
»
Mārtiņš Možeiko
Yes, almost correct. When evaluating templates they are not converted to machine code. It's not a …
»
drexler
all amazing points. i'm really starting to understand now, but could someone possibly explain this…
»
Miles
Some of that is attributable to the standard library. For example, recreating that error with my …
»
George Liontos
Hello Allen and again kudos for the great work. I was using 4coder on Linux (Arch but I don't thin…
»
Allen Webster
I may have misunderstood or forgotten about this back in the day, but someone just recently brough…
»
Simon Anciaux
Check out "", near the end of the first post. You can define keywords to be highlighted, but you c…
»
ratchetfreak
I don't quite understand why this would be slower than Casey's methodology. Would it not just us…
»
drexler
mmmm, so i'm still a bit confused on the slow compilation point. say I have a Stack that I decided…
»
Mārtiņš Možeiko
Here is why debugging compilation issue is a problem with templates: No, metaprogramming can be …
»
drexler
so i'm absolutely not disagreeing, i simply want to understand what is so wrong with them. casey m…
»
Christopher McLaughlin
Was this feature ever added? I can't find any documentation about where to define a custom color f…
»
CrajunMinter
got ya. thanks so much man! i really appreciate your help; it's making following along as a absolu…
»
Mārtiņš Možeiko
Yes, that is true. Latency is a bit higher. But it is not about sound sample conversion. You can p…
»
CrajunMinter
Ok, I almost completely understand. But, if you don't mind I have one last clarification. Many sou…
»
Mārtiņš Možeiko
Emulated means that it pretends that there exists sound card - it returns its properties like name…
»
CrajunMinter
I see. So what exactly is a emulated Sound Card then? Is that like a VM soundcard or something? Or…
»
Mārtiņš Možeiko
This flag exist for compatibility reasons in old apps. They may expect for DirectSound API to beha…
»
CrajunMinter
Hey, so I'm wondering what the flag DSBCAPS_GETCURRENTPOSITION2 actually does. It says it fixes is…
»
Anton Swifton
I feel like convincing people that it's nice is only the beginning. They also have to learn all th…
»
Ryan Fleury
Hi there, everyone! I hope you've been doing well! There was quite a bit of exciting activity happ…
»
mindspyke
I already found it after some more digging and the lock file does the trick :D thx tho!
»
»