Live data from Hacker News

Use -C++ to filter out C++ from Google search results if only C wanted

news.ycombinator.com

1–5 of 5 posts

Re: Use -C++ to filter out C++ from Google search results if only C wanted

#4
post #2

And use --C++ to get exactly C (this is a bad prefix/postfix joke.)

Not exactly. This way you will search for C-1, because increment is executed after value return.

You're right, though it already didn't exactly work anyhow since it'd need parenthesis to execute properly, like (--C)++. On a side note, --C would make for a cool assembly language name.