quiz ; does this compile and if so what does it return (I know the answer)
- by pm100
found this typo recently
if (name.find('/' != string::npos))
I was amazed that it even compiles at -Wall -Werror (didnt try with -pedantic)
so coffee quiz - does it eval to true or false