Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Create a guide for authoring in C++ #208

Closed
@hobovsky

Description

@hobovsky

Create an article similar to https://docs.codewars.com/languages/python/authoring/ but for C++.

Points needing particular attention:

  • includes (missing includes, C includes)
  • random utilities
  • stringizers
  • custom assertion messages (modifications to the testing framework: Add overloads to show additional custom message on failure snowhouse#3 )
  • compilation warnings
  • input and output values: const ref vs value, replacements for arrays and std::vector
  • avoid C: strings, arrays
  • input modification, changing the signature of solution function

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationkind/tutorialNew Tutoriallancuage/cppArticles related to C++

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions