Riverfish
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Is there a similar to this feature in Eclipse when you type out annotations?
AnsweredThere's a feature in Eclipse which is quite nice - when you type out an annotation followed by parentheses, a popup box appears where you can choose the parameters to choose, as well as descriptio... -
Edited CLion not able to find header files
AnsweredI imported a C++ project as a new project. CMake compiled it fine, but when I tried to run the program, I got header error: fatal error: 'sys/eventfd.h' file not found I'm new to C++, but as fa...