Thanks for the planned writeup!
I actually know the topological algorithm and how this is suppos…
Sure, I plan to cover the resolver algorithm in the write-up I'll start working on this weekend. …
Hello,
first: thanks for sharing all this knowledge! I definitely already learned a ton more det…
Yup. It's all good now. Thanks!
Hey all!
I'm writing a bunch of self-contained C/C++ headers for various tasks needed to make a …
Finalspace
I fully agree! The Jetbrains tools are really good. Even though its written in Java i…
Small Release
## v0.7.1.0 beta:
- Changed: fplConsoleFormatOut/fplConsoleFormatError is now comm…
mmozeiko Please do not use ReadConsole and WriteConsole for stdin/out on Windows. Those cannot be…
Please do not use ReadConsole and WriteConsole for stdin/out on Windows. Those cannot be redirect…
pragmatic_hero CaptainKraft mmozeiko Any IDE written in Java or JavaScript is a big NO for me.
A…
Short Update
I decided to let the user provide a vsnprintf alternative when CRT is disabled.
For…
Just off the top of my head you could do a macro:
With Macros
1
2
3
4
5
6
7
8
9
10
11
1…
Great!
There used to be better documentation on this in the custom code... I guess it got lost a…
Hi there!
First of all, thank you Per for Bitwise, it is an amazing project to follow and I lear…
OK, just checked it in, though it's only received some light testing.
https://github.com/pervogn…
You don't need to provide all the fields. Fewer will do, with implied zero padding, as in C. But …
yanok —
It's really strange that we need to provide all the fields to create the union. Isn't it the whol…
BlackHatIsMe
- I'm watching this video
- I cannot find anywhere below that video for download i…
- I'm watching this video
- I cannot find anywhere below that video for download images, maybe m…
We should be starting C codegen this week.
Your cast example made me realize I had bugs in the B…
Update:
1.)
I tried to make FPL "compilable" without the C-Runtime Library on Win32 and succeed…
Yeah, I think the volume got turned down inadvertently and didn't get caught during prestreams. I…
Randy Gaul Finalspace This library is C++/11 only.
Noo not C++11 eww!
Finalspace Its written in…
Yes, UI is all custom. I also got stuck doing the font render, and it took me a while to make it …
Days 6 and 7 are quieter than the earlier ones, I think (unless my hearing is off this evening). …
Finalspace This library is C++/11 only.
Noo not C++11 eww!
Finalspace Its written in C++/98 mos…
This looks super cool. Can I ask what you're using for the UI - is it all custom? I've considered…
abnercoimbre As an aside, this thread is so exemplary of what the Handmade community is about. I'…
I noticed the maps started at 1<<24, so I figured that all of the maps were supposed to sta…