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.
Bozemoto
Hi, so I've been trying to research SIMD instructions and I've learned that the compiler can autom…
»
joe513
Thanks for sharing! I will be taking a closer look at these later. Self contained header files are…
»
listabo
some time ago I started reading and did not really get it, but your explanations in the first vid…
»
listabo
Thanks for the planned writeup! I actually know the topological algorithm and how this is supposed…
»
Per Vognsen
Sure, I plan to cover the resolver algorithm in the write-up I'll start working on this weekend. T…
»
listabo
Hello, first: thanks for sharing all this knowledge! I definitely already learned a ton more deta…
»
ackthpppt
Yup. It's all good now. Thanks!
»
Randy Gaul
Hey all! I'm writing a bunch of for various tasks needed to make a game. The end goal is to actua…
»
Jeremiah Goerdt
Visual studio has the worst symbol search ever (Ctrl + ;) -> Searches always in all files in the …
»
Finalspace
v0.7.1.0 beta:Changed: fplConsoleFormatOut/fplConsoleFormatError is now common_api instead of plat…
»
Finalspace
Use regular ReadFile/WriteFile instead. [/quote] Good Point thanks! I will change that.
»
Mārtiņš Možeiko
Please do not use ReadConsole and WriteConsole for stdin/out on Windows. Those cannot be redirecte…
»
Finalspace
Are there better alternatives that work on Windows and Linux?[/quote] I doubt you'll find anythin…
»
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…
»