minus-square@[email protected]linkfedilinkEnglish3•7 hours agoI haven’t used either, but compiled a lot of C source code and they compiled or could be adjusted easier even for someone who barely knows what printf, fopen, or #include are
minus-squarePossibly linuxlinkfedilinkEnglish2•4 hours agoThe thing with C is that you probaby won’t know you messed it up. It happens silently as memory gets corrupted. Modern compilers are much more advanced but you still can overwrite stuff in memory with other stuff
I haven’t used either, but compiled a lot of C source code and they compiled or could be adjusted easier even for someone who barely knows what printf, fopen, or #include are
deleted by creator
The thing with C is that you probaby won’t know you messed it up. It happens silently as memory gets corrupted.
Modern compilers are much more advanced but you still can overwrite stuff in memory with other stuff