Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

You're assuming simple single-operator comparison. It compiles if ( x = y && p ) return -1; with joy.


Correction: if ( (x = y) && p ) return -1; to avoid -Wall warnings.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: