Peter H. Ezetta
Peter H. Ezetta
@EtchedPixels I came across this issue while looking for a simple bug to get started with FUZIX development on. I believe I have a fix for this issue, but I...
Thanks for the input, @EtchedPixels, the snippet above seems to do the trick! On a related note, when booting with an improperly unmounted disk, is there a way to get...
@wbraswell - I'm experiencing the same issue in OS X that @dshadow is experiencing. I'm more of a C dev than C++, but if you can tell me what you're...
So far I have determined that the behavior is the same regardless of Inline::CPP or cutting the C++ out and writing a small main(). I will mess around with the...
I swapped out the char\* and c_str() for plain strings, and everything works fine in C++. The original version of nonprint returned nothing, as seen in the test. The compiler...