kali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 days agoit's just the worstlemmy.worldimagemessage-square177linkfedilinkarrow-up1408arrow-down147
arrow-up1361arrow-down1imageit's just the worstlemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 2 days agomessage-square177linkfedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up7·1 day 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