What is this "Decimal" you are talking about? SQL datatype?
The main difference is Floats and Doubles are binary floating point types and a Decimal will store…
I made a video for the first day (setting up the build system) of Handmade Hero, starting with OSX…
The 90s/2000s were a golden age for learning how to program. All the information you'd ever need w…
@mmozeiko: The difference is when you're getting the new value of the entry. Increasing the NextEn…
Jason —
Thanks for your insight. That is encouraging. I'll probably try using templates but will keep my e…
They're everywhere. Today's foundational systems -- a commercial 3D engine, some operating system…
Jason —
Awesome, thank you for that. I'll see what I can look into.
It wasn't clear to me that the queue was a circular buffer. I think I see the problem you were men…
This is one point where my opinion differs form most people here. I tend to use C++ templates quit…
John —
@mrmixer thank you very much for the detailed explanation! That clears things up.
If you enable virtual white space, you can't layout the code manually, 4coder will use it's own ru…
Jason —
I'm currently trying to create my own data structure library of sorts for my C++ projects. Because…
John —
Thanks a lot guys. @mrmixer I misinterpreted virtual whitespace having the same effect as in Visua…
Todd —
Thank you. I think I recall that too but I don't remember him talking about how he LEARNED the to…
I believe there was an episode where Casey talked about how he started programming and getting wor…
This is exactly same code as before. InterlockedCompareExchange returns what Queue->NextEntryToRe…
Virtual white space in 4coder don't allow you to position the cursor past the end of line. It's us…
I don't think accessing the Entry before the interlocked operation or after changes anything in th…
Yes you're right, I'll add a comment to the original post. However the idea of getting the entry b…
It is something to make CreateNamedPipe happy. Check its MSDN doc, it says that pipe name must be …
That was super helpful! Thanks a lot! :D I got it working nicely! :) I ended up doing that in a se…
I have this problem also and i have the paid version. What i do is press Alt+x and search for the …
Guntha —
Hello, Just launching a random game and looking at middleware logos could give you some ideas: Aud…
What I meant to say is that I don't think there is an error in the original code. But again I may …
Some time back I wrote similar thing: Yours is a bit complete, mine is only rendering one triangl…
New version of my minimal D3D11 reference / tutorial implementation; a small uncluttered Direct3D …
I cannot speak for Casey, but I can tell you how I learned programming without internet, around ea…
Yeah, adding the language by default seems reasonable. I'll add it to our list and see what the ot…