Victor Sergienko
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 8
-
创建于 Vote for checked exceptions inspection!
PyCharm's type analysis, while being quite excellent, doesn't do much about checking exceptions thrown. Exceptions are still quite a mess, and so far you have to check them by hand. So I registered... -
创建于 What do people think of gutter navigation dropdown icons?
I've submitted CPP-9284 two years ago. Till now, I haven't found a way to distinguish from the dropdown icons, which of the lines is the base class, which is descendant, and which is my own declara... -
已编辑于 Can you compile C files as C++ in CLion?
已回答I have a mixed project, in which I wish to compile C files as C++.I tried: project(derproject LANGUAGES CXX) and set_source_files_properties(yo/foo.c PROPERTIES LANGUAGE CXX) but the C files are s...