Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution code generation #1

Open
13 tasks
mandyedi opened this issue Jul 15, 2020 · 0 comments
Open
13 tasks

Solution code generation #1

mandyedi opened this issue Jul 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mandyedi
Copy link
Owner

After a successful build and successful test evaluation the solution source code is generated into a separate file (solution.cpp). The source code can be compiled independently and ready to submit on the challenge site.

  • List STL headers that have been already included and warn the user to use them if needed.
  • Sections in Solution.cpp
    • Includes
    • Non-class methods
    • Class methos
    • void Solution::SolutionSourceCode(), the main entry point of the solution program
  • Sections in Solution.h
    • Type definitions
  • Write a script that glues together the solution.cpp
    • Remove Solution scope
    • Be aware of the declaration order
  • Good tho have
    • Add solution.cpp project that is compiled after the solution source code is generated.
@mandyedi mandyedi added the enhancement New feature or request label Jul 15, 2020
@mandyedi mandyedi self-assigned this Jul 15, 2020
@mandyedi mandyedi changed the title Solution cocde generation Solution code generation Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant