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.
I never seen assignment like a = b = c. Great techniques! Is it needs to import <stdint.h>?
hello, sadly MSVC does not yet support variably-modified types. the
n
inside brackets is purely advisory here though, you can delete it so that MSVC accepts it: the parameter is equivalent toconst char* const names[]
I try to solve in C. I've never seen "const char* const names[n]" as a parameter before. It cannot be run in VS2022. Very appricated if someone can explain that, thank you!
This comment is hidden because it contains spoiler information about the solution