Virtual whitespace is the "illusion there is a huge number of spaces when code is wrapped onto the…
Running with -L created this log file (I made sure to remove any previous log files) Just as a go…
Yeah I agree, I need more help info... although this looks like something worse than that. As far…
Anyway I still can't decide if it is going to be worth the work to do a hotloading system. I've go…
Y'all went super hijack on this thread, and I love Casey's handmade hero work, but I don't think L…
Luke —
Hi, Thanks for your reply. I'm not sure what you mean by 'virtual whitespace automatic code reflow…
I have decided to write my keybindings in the "custom layer". I've done as you suggested in anothe…
Which type of keyword you assign won't make any difference to the built in auto-indent logic. The …
nakst —
Let's take a look at what it takes to write a simple "Hello, world!" GUI program for my operating …
Luke —
Hello all, I am attempting to implement the Haxe programming language into 4coder and I am explori…
Radu —
Hi everyone! I recently came across Handmade Hero (bit late to the party) and have been watching i…
Hi, After having written some more ion code, I encountered yesterday my first name collision. The …
Yes, parsing C isn't terribly difficult in the grand scheme of things. If you want to see a simple…
Hmmm what could that be... Well a few things to get straight first:What versions of Visual Studio …
I am unable to build using buildsuper.bat, I get the following error when I try to build it: The …
Thanks Abner, Great overview. I found the Khan academy videos on combinatorics/permutations good t…
Finished up a demo. Tried out tinyspritebatch, tinyc2, tinytime, tinyalloc, tinyfilewatch, tinypng…
Downloaded the new build. I'll let you know if it occurs again- thank you!
It is about making things, but it's about making things with care for what is happening in the p…
"@lost, I think you have to understand the fact that you're criticizing some aspects that are lite…
Oh I guess I thought it was something else. You're talking edit-and-resume or as microsoft cal…
Here is an example of a "screen position" wrangling class for handling 2D AA boundaries: __ ___…
Thanks for your example. However, it's a struct and a struct is designed to take POD only. In cla…
I think this one is fixed in the new build, but please let me know if it happens again! I wasn't …
In C++: // ... Thing thing = {}; [/code] All memory occupied by "thing" is now initialized to 0.
That's still not initialization. Those are two assignments. What if you miss one letter (Z) in ty…
I didn't mean to criticize. You have helped me a ton, and given me the courage to try it in the fi…
You can't have it both ways. You can't make unsubstantiated statements like this: And then conv…
You're right, that's even better- an engineer (now that I think of it more clearly, a car wouldn'…