gingerBill If I was to make a templated vector, I would do something like this:
That is not gener…
Yes, as Martins says, there are a lot of benefits to a metaprogrammed vector type. The problem w…
His implementation avoids reimplementing for each Vector type functions like dot, length, lerp an…
raxfale Casey often mentioned that one (but not he) might do the vector classes as templates.
Fo…
Ok, here is the solution (thank you Dot):
In the System environment there was a Variable with th…
No problem at all - it is always better to be safe than sorry!
- Casey
I use Go(lang) a lot at work and Go interfaces can be useful. In the io package, there are a few …
Here is a very good example of Immediate Mode GUI in C++:
https://github.com/ocornut/imgui
Yep, right you are. Sorry for the noise.
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…
I'm not sure what you want to achieve. If you really need to inline these functions then I have n…
Please look at the call site for MergeIfPossible and note that it is called twice, once for B-C (…
Cheers, debiatan! It's good to be back.
Ha, okay. Well your script eases the process a lot. Mayb…
Hey,
i think in your implementation of MergeIfPossible you're missing to merge with all free chu…
Hi Miblo. Glad you're back!
I agree with the scheme you propose and I'm also too lazy to pass …
One more thing:
I've tried to setup earlier a Handmade project in VS2013 Community edition, to us…
Aye, agreed. So I think it'd be worthwhile recognising one person as the habitual issue creator, …
C standard comes with set of functions any C standard compliant compiler should provide. For exam…
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…
Removed /K not helped...
Tomorrow I am moving, but in the evening probably can check the CL envir…
Well yes, it's invoked with /K. Maybe that's the problem? Try running cl.exe without invoking any…
Shell.bat is invoked with /k
It seems to me, the CL getting somehow the path to the vcvarsall.ba…
Agreed. Let's clarify that this mishap wasn't censoring, but merely a misunderstanding. Glad you …
Thanks. I know it doesn't look like much, but it actually takes time to create such posts. And ce…
Ok, so STL isn't very OOP, all well and good. I am definitely moving away from OOP.
To clarify; …
Looks fine to me. Not sure what is issue here.
Maybe invoking shell.bat with /K argument? Try run…
Sorry, meant to do it but forgot. :)
Command prompt:
%windir%\system32\cmd.exe /k w:\shell.bat…
Not sure what happened here exactly, but as "superadministrator" or whatever I am able to see thi…