Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22037

What does the compiler error "missing binary operator before token" mean?

$
0
0

I recently got the following error when trying to compile with gcc:

error: missing binary operator before token "("

Web and SO searches came up with several specific examples of this error, with specific code changes to fix them. But I found no general description of what condition causes this error to be issued.

When and why does gcc emit this error?


Viewing all articles
Browse latest Browse all 22037

Trending Articles