Clbull@lemmy.world to linuxmemes@lemmy.world · 10 hours agoLinux and Chilllemmy.worldexternal-linkmessage-square64fedilinkarrow-up1589arrow-down113
arrow-up1576arrow-down1external-linkLinux and Chilllemmy.worldClbull@lemmy.world to linuxmemes@lemmy.world · 10 hours agomessage-square64fedilink
minus-squarekekmacska@lemmy.ziplinkfedilinkEnglisharrow-up2·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 linux@lemmy.ziplinkfedilinkEnglisharrow-up2·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