Victor Sergienko

Avatar
  • Total activity 21
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 8
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Edited

    Can you compile C files as C++ in CLion?

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes