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

My favorite (somewhat) obscure C feature:

    puts("Line one\nLine two\nLine three");
and

    puts("Line one\n"
         "Line two\n"
         "Line three\n");
mean the exact same thing. This can be a godsend for making complex debug/log output more presentable in the source.


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

Search: