-
Notifications
You must be signed in to change notification settings - Fork 258
Create a guide for authoring in C++ #208
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationkind/tutorialNew TutorialNew Tutoriallancuage/cppArticles related to C++Articles related to C++
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationkind/tutorialNew TutorialNew Tutoriallancuage/cppArticles related to C++Articles related to C++