Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
it doesn't catch my exception !!! what am I suppose to do
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