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.
erpeo93
Hi all, Just finished watching episode 124 of handmade hero. Casey shows what use can we make of I…
»
rizoma
Wow this is amazing, I was thinking to implement exactly something like this thing myself! This s…
»
pusheax
mmozeiko, thanks!
»
Charlie Turner
Ta very much, that's what I was looking for :)
»
Jack Mott
Some fever dreams I have: Something like Standard ML/OCaml with .NET style generics, compiled nati…
»
Mārtiņš Možeiko
Sure, gcc also does. But MSVC doesn't :( I waited for designated initializers in MSVC for a long t…
»
Mārtiņš Možeiko
I recommend using UTF-8 for strings. Only disadvantage will be lock of random access to individual…
»
Charlie Turner
Hey Handmaders, I wrote this in my C file if (Char == '£') { ... } and got the character too larg…
»
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
This. Java has a form of computed goto, and it makes deeply nested conditionals inside loops less…
»
Jesse
I spent the better portion of my afternoon yesterday attempting to reduce my compile times. I have…
»
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 kee…
»
anaël seghezzi
There is a new bytecode for the Haxe language, maybe it can be a source of inspiration :
»
ratchetfreak
The 2 features discussed for C++17 I think will impact the language the most are concepts and modu…
»
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++ -> a…
»
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 real…
»
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 woul…
»
Laurie
So now C++17 is getting pretty close to being done, I thought it might be interesting to have a di…
»
Mārtiņš Možeiko
Supporting TLS features doesn't guarantee good TLS security. Here's another discussion we had on c…
»
@Mattias_G
Yeah, I can imagine that if it is for embedded systems, it would be quite small. I haven't checke…
»
Mārtiņš Možeiko
Those are monster ("monstar") entities, NPC that will walk around. Here's the day it was implement…
»
@Mattias_G
[/quote] Ha, yeah, sorry about that, but what can you do :P Part of it is my own insistance on c…
»
Mārtiņš Možeiko
The good part of mbed TLS is that it is very configurable - you can configure it with #define's to…
»
Ray
Just published a small tool developed with raylib: . It is based on the amazing but completely a…
»
r2d2
Fair enough, thank you for the reply. I am used to the completely opposite approach: discarding ev…
»
Allen Webster
That's a fine question. No 4coder is missing that feature right now. I'd like to add it soon, bu…
»