-
You can code your project in src directory. Feel free to create any header files and cpp files for your implementation.
-
You are recommended to test your own code by building unit tests in test-unit/test.cpp
- To run the tests, use the following command,
g++ -std=c++14 -Werror -Wuninitialized -o build/test test-unit/test.cpp && build/test
- You will have to comment main() when unit testing your code because catch uses its own main().
- To run the tests, use the following command,
-
You will submit the all files in src folder on Gradescope to test your code. If you are using multiple header files, you will have to include them directly in main.cpp once you are done with all your testing. Remember, your code must pass tests on Gradescope to receive credit.
-
Instructions on how to test io based tests through command line are given in test-io/readme-io.md.
-
Notifications
You must be signed in to change notification settings - Fork 0
nicholasmurillo/Project1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published