kali_fornication@lemmy.world to linuxmemes@lemmy.world · 22 days agoit's just the worstlemmy.worldimagemessage-square176linkfedilinkarrow-up1408arrow-down146
arrow-up1362arrow-down1imageit's just the worstlemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 22 days agomessage-square176linkfedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up6·21 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