Ad
  • Custom User Avatar

    it doesn't catch my exception !!! what am I suppose to do

  • Custom User Avatar

    can anyone HELP?
    I am using c++ 11 on this kata, and I run everything fine on my cLion, but when I move my code here, it gave me a SIGSEGV.
    I'm guessing that it may because I use static variable in my code and some how it didn't get to be intialized.
    my code has something like this

      class a{
        static int aInt;
       }
      int a::aInt;