Adding Custom Stringizers
NOTE: code snippets in this article omit #include directives for brevity. You must remember to include the required header files!
NOTE: code snippets in this article omit #include directives for brevity. You must remember to include the required header files!
Currently, it's not possible to attach any files or additional assets to a kata, but many authors would like to illustrate their descriptions with images. There are plans to introduce the possibility of uploading and attaching files to descriptions. However, until attaching images is implemented, authors have to resort to other techniques, each with advantages and disadvantages.
Some kata may wish to analyze the content of the solution file in order to verify requirements related to the code itself. For example, tests of a code golf kata would probably want to verify the length of the submitted solution.
<!---