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.
Should this be best practice? In gcc project they say:
"GCC provides a large number of built-in functions other than the ones mentioned above. Some of these are for internal use in the processing of exceptions or variable-length argument lists and are not documented here because they may change from time to time; we do not recommend general use of these functions."
https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I cannot edit the kata at all. Is this kata closed or is something else wrong?
Is this kata somehow closed? I can't edit the solution
Awesome, this should be considered best practice for C++ prior to C++11. So in my opinion every c++ developer should be aware of this solution too. For example you can't use std::to_string in c++99.