Hey, still better than attempting to write an OS from scratch :P.
In any case, I suggest looking at it as if it's just a sentence.
"int i = 0" is the same as "integer 'i' is zero" and "void func(int x)" is "function 'func' takes one integer parameter"
Yeah I'm not having trouble understanding it I just suck at it ROFL But thx for the advice I'll take whatever I can at this point. And good luck with your OS what is it called?
1) The OS is currently backlogged in my buffer of projects to work on. No idea what to call it.
2) I'm currently working on a FalseOS thing (like 25% up there), which is sortof an OS that runs in an OS, but not on a separate virtual machine, if that makes sense
[deleted]
1 up, 8y,
2 replies
I upvoted everything here... I love the Hide The Pain Harold reference too!
I mean, optimizing when compiling usually leave the source untouched, and either way, 800 lines is probably not good to have removed :P (I mean, good that it's optimized, but bad that it needed to be in the first place lol)