kali_fornication@lemmy.world to linuxmemes@lemmy.world · 17 days agoit's just the worstlemmy.worldimagemessage-square191linkfedilinkarrow-up1420arrow-down148
arrow-up1372arrow-down1imageit's just the worstlemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 17 days agomessage-square191linkfedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up7·16 days agoWell guess what? #include <string.h> #include <iostream> int main (int argc, char *argv[]) { const int which = strcmp ("zsh", "bash"); std::cout << which << std::endl; return 0; } Output 1
Well guess what?
#include <string.h> #include <iostream> int main (int argc, char *argv[]) { const int which = strcmp ("zsh", "bash"); std::cout << which << std::endl; return 0; }Output
1