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.
Jesse
Could've sworn I tried that, but must've made a mistake. I'll try that again and see what happens.
»
ratchetfreak
you make a single cpp file that #defines the *_IMPLEMENTATION and includes the header and compile…
»
Jesse
mmozeiko I would really like C++ to support C99 designated initializers. They are so useful. Com…
»
Jesse
I spent the better portion of my afternoon yesterday attempting to reduce my compile times. I hav…
»
Allen Webster
Neat, I'll try this out the next time I end up experimenting with the keyboard input stuff.
»
Ray
Hi mrmixer! Thanks for the feedback! Actually the UI is quite small (500x500 px), the idea was k…
»
anaël seghezzi
There is a new bytecode for the Haxe language, maybe it can be a source of inspiration : http://h…
»
ratchetfreak
The 2 features discussed for C++17 I think will impact the language the most are concepts and mod…
»
Mārtiņš Možeiko
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.
»
Simon Anciaux
Quick feedback: I gave the link to a friend, and he told me that on his 4k display, the UI is rea…
»
simonWasHere
Ok great, thanks!
»
Jeremiah Goerdt
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…
»
Mārtiņš Možeiko
Supporting TLS features doesn't guarantee good TLS security. Here's another discussion we had on…
»
@Mattias_G
mmozeiko The good part of mbed TLS is that it is very configurable - you can configure it with #d…
»
Mārtiņš Možeiko
1. Those are monster ("monstar") entities, NPC that will walk around. Here's the day it was imple…
»
@Mattias_G
nothings Goddammit windows. 1 2 3 4 5 6 7 8 9#pragma warning( push ) #pragma warning( disable: 4…
»
Mārtiņš Možeiko
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…
»
Allen Webster
That's a fine question. No 4coder is missing that feature right now. I'd like to add it soon, b…
»
ratchetfreak
Casey finds early returns and break/continues harder to follow so he doesn't use them. He prefers…
»
Sean Barrett
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 …
»
@Mattias_G
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-…
»
pusheax
Hi, Questions to people who follow Casey's streams: 1. What are the jumping heads? 2. Why grass …
»
simonWasHere
Hi, Firstly, thanks for the great editor, and I'm sorry if this is a stupid question. I would l…
»
Mārtiņš Možeiko
Windows API provides very simple API for handling http (and https, ftp) requests - wininet API. I…
»