Nikolai Ryzhkov
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Tips for location of identifier
Let we have project with huge amount of namespaces. Sometimes we use "using namespace" for skip full namespace path.In this case it is not easy understand what identifier we really use.Example:name... -
Created Reload cmake project run 4 cmake process
Hello.I try use CLion for write code in our project. Unfortunately our code use makefiles but I've wrote python script for generating CMakeList files.In result I have about 1000 cmake files with ex...