I just downloaded KDevelop because it scans header files to offer better suggestions in code completion.
I was looking at all the keywords it suggests when no header files are included at all:
Why is it recommending "incr"?
That's not a C++ keyword.
What is it, and what is it used for?
I thought it might be short for increment..?