kali_fornication@lemmy.world to linuxmemes@lemmy.world · 3 days agoit's just the worstlemmy.worldimagemessage-square186linkfedilinkarrow-up1415arrow-down147
arrow-up1368arrow-down1imageit's just the worstlemmy.worldkali_fornication@lemmy.world to linuxmemes@lemmy.world · 3 days agomessage-square186linkfedilink
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up7·3 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