Suki Virus

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

    Intellisense not working with abstract class

    When I create an inherited class For example : class Base {public: virtual void foo() = 0;}; class Derived :public Base{void foo() override { }} std::vector < Base > Objects; // <-- This does not e...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    CLION Ram consumption

    Completed
    Hi CLion consumes ~2GB memory when not running anything. Is it normal? 
    • 2 followers
    • 1 comment
    • 1 vote