You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: