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.
Finalspace
I decided to let the user provide a vsnprintf alternative when CRT is disabled. For win32 i got c…
»
Charles Nicholson
Just off the top of my head you could do a macro: With Macros .... .... typedef enum TokenType { …
»
Allen Webster
Great! There used to be better documentation on this in the custom code... I guess it got lost at …
»
Florian Morel
Hi there! First of all, thank you Per for Bitwise, it is an amazing project to follow and I learne…
»
yanok
Cool! Thanks!
»
Per Vognsen
OK, just checked it in, though it's only received some light testing. You can now do stuff like t…
»
Per Vognsen
You don't need to provide all the fields. Fewer will do, with implied zero padding, as in C. But y…
»
yanok
It's really strange that we need to provide the fields to create the union. Isn't it the whole po…
»
Jeroen van Rijn
I'm watching this videoI cannot find anywhere below that video for download images, maybe my Engli…
»
BlackHatIsMe
I'm watching this video I cannot find anywhere below that video for download images, maybe my Engli…
»
Per Vognsen
We should be starting C codegen this week. Your cast example made me realize I had bugs in the BNF…
»
Finalspace
1.) I tried to make FPL "compilable" without the C-Runtime Library on Win32 and succeeded, but it…
»
Per Vognsen
Yeah, I think the volume got turned down inadvertently and didn't get caught during prestreams. I …
»
Finalspace
Noo not C++11 eww! Nooo~ But at least a little better. Yayy! :) C++98 is simpler! oo wow you r…
»
Nikita Smith
Yes, UI is all custom. I also got stuck doing the font render, and it took me a while to make it o…
»
Matt Mascarenhas
Days and are quieter than the earlier ones, I think (unless my hearing is off this evening). Def…
»
Randy Gaul
Noo not C++11 eww! Nooo~ But at least a little better. Yayy! :) C++98 is simpler! oo wow you r…
»
Andy Gill
This looks super cool. Can I ask what you're using for the UI - is it all custom? I've considered …
»
Randy Gaul
It is indeed difficult if you really want to just stick to C. Apple is really "proprietary", sort…
»
CalPhorus
I noticed the maps started at 1<<24, so I figured that all of the maps were supposed to start ther…
»
Chen
I know for recent graduates they say one-page resumes for what tends to happen is people will pad…
»
Ryan Fleury
I think it essentially follows the ECS architecture, but I have proposed it (with the code in the…
»
Jeremiah Goerdt
This smells a lot like an ECS. Are you following that architecture at all? It would be pretty cool…
»
Ryan Fleury
If you read , you'll know that I was having significant issues with the game's entity system in th…
»
Brian
Pretty much the one thing I took away from my first job was that employers who are searching for c…
»
PanKracy
mmozeiko, pervognsen, osiyuk Thank you all for your helpfull answers++. Yes, I know, and so this …
»
Maykeye
If yes, what kind? I so far plan to add small built-in test framework (ala 's sections) And genera…
»
Chen
Hopefully something comes up :). A couple things I would say is that I agree with Abner of possib…
»
Maykeye
Maybe, though I don't notice this personally, as different youtubers have different default volume…
»
Allen Webster
Why are you using "(1 << 24) + 8"? Values over (1 << 24) are reserved for built in maps like mapi…
»