- #1
- 2,020
- 1
I got the following error when I tried to compile some code:
I changed the function name to "function1" and it compiled. Since when did C++ not like underscores in function names?
Code:
error: `angle_between' cannot be used as a function
I changed the function name to "function1" and it compiled. Since when did C++ not like underscores in function names?