Ad
  • Custom User Avatar

    Unfortunately, I cannot make minor modifications to my submitted draft.

    Maybe the following syntactic changes would be helpful:

    • remove "#include "
    • rename "encode" -> "solution"
    • rename "stelle" -> "position"
    • rename "ziffer" -> "digit"
    • rename "stellenZeichen" -> "positionChar"
    • rename "stellenZeichen5er" -> "position5Char"
  • Custom User Avatar

    Thanks for the explanation. I had to finish this kata in a different language to obtain the right to add a new language. Beforehand, the drop down menu did not offer "Add New" for me.

  • Custom User Avatar
    1. Click the language button in the top center of the screen
    2. Scroll down and click "Add New"
    3. Click "Translate this Kata"
    4. Change the language to C++ in the language box
    5. Provide your solution, optional preloaded, solution setup in appriopriate boxes
    6. Copy the testcases from the original Kata into the testcases (make sure you do example testcases as well) and apply them to your language (C++)
    7. You can save and/or submit when ready
    8. The author can accept but also modify your translation to see if it works properly
  • Custom User Avatar

    I have just written this kata in C++. Can I somehow contribute my code to this kata, extending it to C++?