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.
Casey Muratori
No problem at all - it is always better to be safe than sorry! - Casey
»
Ginger Bill
I use Go(lang) a lot at work and Go interfaces can be useful. In the io package, there are a few …
»
Ginger Bill
Here is a very good example of Immediate Mode GUI in C++: https://github.com/ocornut/imgui
»
NoobSaibot
Yep, right you are. Sorry for the noise.
»
Krzysiek
Well, yes, it is a vtable, but I like it better this way. I can control it and who knows what wil…
»
Mox
Yeah, I guess that will work. But isn't that just implementing your own vtable? I was hoping for…
»
Krzysiek
I'm not sure what you want to achieve. If you really need to inline these functions then I have n…
»
Casey Muratori
Please look at the call site for MergeIfPossible and note that it is called twice, once for B-C (…
»
Matt Mascarenhas
Cheers, debiatan! It's good to be back. Ha, okay. Well your script eases the process a lot. Mayb…
»
NoobSaibot
Hey, i think in your implementation of MergeIfPossible you're missing to merge with all free chu…
»
Miguel Lechón
Hi Miblo. Glad you're back! I agree with the scheme you propose and I'm also too lazy to pass …
»
Zoltan Stomfai
One more thing: I've tried to setup earlier a Handmade project in VS2013 Community edition, to us…
»
Matt Mascarenhas
Aye, agreed. So I think it'd be worthwhile recognising one person as the habitual issue creator, …
»
Mārtiņš Možeiko
C standard comes with set of functions any C standard compliant compiler should provide. For exam…
»
Bryan Taylor
johno Ok, so STL isn't very OOP, all well and good. I am definitely moving away from OOP. To cla…
»
elle
The term (c) runtime and (c) runtime library comes up frequently in HH. But what is a runtime spe…
»
Zoltan Stomfai
Removed /K not helped... Tomorrow I am moving, but in the evening probably can check the CL envir…
»
Mārtiņš Možeiko
Well yes, it's invoked with /K. Maybe that's the problem? Try running cl.exe without invoking any…
»
Zoltan Stomfai
Shell.bat is invoked with /k It seems to me, the CL getting somehow the path to the vcvarsall.ba…
»
Abner Coimbre
Agreed. Let's clarify that this mishap wasn't censoring, but merely a misunderstanding. Glad you …
»
Carlos Gabriel Hasbun Comandari
Thanks. I know it doesn't look like much, but it actually takes time to create such posts. And ce…
»
Johannes Norneby
Ok, so STL isn't very OOP, all well and good. I am definitely moving away from OOP. To clarify; …
»
Mārtiņš Možeiko
Looks fine to me. Not sure what is issue here. Maybe invoking shell.bat with /K argument? Try run…
»
Zoltan Stomfai
Sorry, meant to do it but forgot. :) Command prompt: %windir%\system32\cmd.exe /k w:\shell.bat…
»
Casey Muratori
Not sure what happened here exactly, but as "superadministrator" or whatever I am able to see thi…
»
Casey Muratori
Thanks! I will make a note... - Casey
»
Raxfale
Casey often mentioned that one (but not he) might do the vector classes as templates. For those …
»
Raxfale
I feel that this thinking is exactly why c++ has such a bad rep (in certain circles) c++ should …
»
Andrew Bromage
johno In regards to "embracing C++"; I feel like I have had similar experiences to Casey, in that…
»
Andrew Chronister
Nimbal with a simple array template I was able to beat std::vector by about 7x for one use case.…
»