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