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.
Matt Mascarenhas
Delix, if I go for the $5 tier, could I swap out the "access to a private discord server" for som…
»
Ryan Fleury
Hey everyone! I just launched the Patreon page. In theory, financial support from any followers …
»
Zachary Pierson
ABuffSeagull the binary won't build/run anything I stopped maintaining Odin for a while because …
»
Fred
It seems that only three videos are available so far. Is there still hope to see more content pos…
»
Mārtiņš Možeiko
Yes, it seems they are missing. Sorry I didn't notice that, on my end everything is mostly automa…
»
x13pixels
For whatever reason Day 369 and 371 are missing from the Resilio Sync client. Is this expected? A…
»
Laurie
Jeremiah C++ needs more things to be removed, not added. Simplicity is great to have, but it's su…
»
erpeo93
Ops, sorry for spamming this useless thread then. Thanks for the quick reply anyway.
»
Asaf Gartner
Casey replaced it with an InterlockedCompareExchange in day 126.
»
erpeo93
Hi all, Just finished watching episode 124 of handmade hero. Casey shows what use can we make of…
»
rizoma
mmozeiko Btw you can use excellent search tool made by AsafG to find answers to these and other q…
»
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 na…
»
Mārtiņš Možeiko
Sure, gcc also does. But MSVC doesn't :( I waited for designated initializers in MSVC for a long …
»
Mārtiņš Možeiko
I recommend using UTF-8 for strings. Only disadvantage will be lock of random access to individua…
»
Charlie Turner
Hey Handmaders, I wrote this in my C file `if (Char == '£') { ... }` and got the `character too …
»
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…
»