E.W. Z.
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Features I miss in C++ ReSharper
Prefer namespace alias over full namespaceConsider following code #include "foo.h" namespace ss = spacename01::spacename02; int main(){ spacename01::spacename02::foo f; ss::foo f1; return 0;} I wo... -
Created The speed of C++ Resharper
Hi, I observe poor performance of the Resharper to reflect changes and find issues in code. I see the CPU is quite idle, is it multithreaded? I have i7 with 8 threads, 16Gb of RAM with OS and code...