There is a new bytecode for the Haxe language, maybe it can be a source of inspiration :
http://h…
The 2 features discussed for C++17 I think will impact the language the most are concepts and mod…
They are not redundant in C++. In C it makes sense to get rid of them, but not in C++. In C++ -&g…
Raytio —
Make it so -> and the . do the same thing. They are redundant.
Quick feedback: I gave the link to a friend, and he told me that on his 4k display, the UI is rea…
I rarely use C++. C's simplicity is what drew me to it in the first place, and that is what I wou…
Laurie —
So now C++17 is getting pretty close to being done, I thought it might be interesting to have a d…
Supporting TLS features doesn't guarantee good TLS security.
Here's another discussion we had on…
mmozeiko The good part of mbed TLS is that it is very configurable - you can configure it with #d…
1. Those are monster ("monstar") entities, NPC that will walk around. Here's the day it was imple…
nothings Goddammit windows.
1
2
3
4
5
6
7
8
9#pragma warning( push )
#pragma warning( disable: 4…
The good part of mbed TLS is that it is very configurable - you can configure it with #define's t…
Ray —
Just published a small tool developed with raylib: rFXGen.
It is based on the amazing sfxr but…
r2d2 —
Fair enough, thank you for the reply. I am used to the completely opposite approach: discarding e…
That's a fine question. No 4coder is missing that feature right now. I'd like to add it soon, b…
Casey finds early returns and break/continues harder to follow so he doesn't use them. He prefers…
Goddammit windows.
1
2
3
4
5
6
7
8
9#pragma warning( push )
#pragma warning( disable: 4127 ) // …
r2d2 —
Hi, folks!
Perhaps Casey himself or people who are following the project closely can comment. I …
I agree about http vs https - this library has its origin back when http was more of the norm. St…
rizoma —
Nevermind, I see that this was already covered here: https://hero.handmade.network/for...n/t/810-…
Hi,
Questions to people who follow Casey's streams:
1. What are the jumping heads?
2. Why grass …
Hi,
Firstly, thanks for the great editor, and I'm sorry if this is a stupid question.
I would l…
Windows API provides very simple API for handling http (and https, ftp) requests - wininet API. I…
This weeks library is for basic HTTP requests (POST and GET commands)
https://github.com/mattias…
Those flags are usually set by the Application Compatibility Wizard that may appear after a progr…
More interesting question is who and when added this registry entry? Does it gets added always or…
Hi there,
I just wanted to spread awareness about a problem I had while coding along the live co…
That is .NET Native which I already mentioned. And it is only for Windows Store apps.
Joakim —
mmozeiko I really think that this is not very complicated: https://github.com/emoon/minifb/blob/m…