I would suggest learning C99 as this is supported by most compilers (and now MSVC 14+ (except VLA…
Connor —
I myself do not have any wrist troubles (yet, hopefully never). But I always hear the you should …
Okay, I did not express myself clearly I see now. I am talking about whenever our platform code e…
Find the specification of the version you are using.
There have been several and they are not a…
The OS never reclaims any blocks you don't tell it to.
"Learn C The Hard Way" is dreadful. I would suggest The books:
-- The C Programming Language (K…
Casey introduced the idea of a transient memory block that can be rebuilt when needed from the pe…
Drexir —
"learn c the hard way" well doesn't teach you anything. If anything I'd say it will just end up c…
I'm jumping back into C, last time was I used C was in the 90's. I started with this website htt…
1) A pillow, when things where there worst for me, I used pillows as the desks and arms rest.
1) …
I like the two-day $80 version. I flew in from Reno, NV and stayed at a hotel anyways, so consid…
And 657 is not counting lines for vulkanexamplebase.cpp/hpp and vulkanswapchain.hpp files which a…
In my readings I came across this great set of examples that use the LunarG SDK: https://github.c…
Drexir —
Thank you! Didn't know about the %* for some reason i thought that was be like by default on. Gue…
No, you're about halfway there. The missing thing is passing the command line args through to yo…
Manu —
Since there is no page for introductions, I figured "Game discussion" is better than "Code discus…
Drexir —
Hello I never set it up the way Casey did because for some reason emacs was a bit much for me. Ho…
You can use spacemacs ( http://spacemacs.org/ ), which is distribution of Emacs with vi emulation…
Whoa. Dejavu. https://hero.handmadedev.org/foru...s-to-be-assigned-to-to-a-variable
In theory, next week the entire stream will be me making a modal mode for 4coder that is the same…
There is something called "Evil Mode" in emacs. This is pretty much vi/vim commands for emacs. Vi…
siska —
Unbelievable !!!
You do not want to know how many hours I've spent trying to solve this bug :bl…
remove the semicolon from the #define line
with it the second line gets expanded to:
1real32 t …
siska —
Hi guys,
Can you please tell me what I'm doing wrong here?
This code is from where Casey is sta…
elle —
I often have a lot of questions, but unfortunately have to sleep when the stream is live. Can you…
Salads —
I agree it IS very ugly...
Also thanks! :)
Aha. Thanks, this has been very informative for me.
You don't need your approach at all.
Call to constructor and destructor will be generated automat…
I see, so we could merge our two approaches in order to make new and delete look and act like nor…