Please fill in this Readme with the required information, and delete this box.
- Note that if you are using the
Windows Startup SPA Solution, your target environment must be using eitherMicrosoft Visual Studio 2019orMicrosoft Visual Studio 2022. If you are usingCross-platform Startup SPA Solution, you will need to decide on your target environment (see Wiki). Then, please enter the appropriate information below, giving details on the full toolchain (ie. OS, cmake and make versions.)- The
.gitigoreis already pre-configured, note that the included libraries files (ie.Team00/Code00/lib) must accompany this repository and not to be removed from the repository.- Put your test cases inside the correct directory (ie.
Team00/Tests00/) not inside the scratch test directory (ie.Team00/Code00/tests/). The.gitignoreis configured to prevent this.- If you encounter build issues, please visit the respective FAQ before reaching out for help:
- Avoid using removed/deprecated features in C++, make sure you use features that exist in C++17. It is not recommended to use an earlier version of C++, if you want to proceed, please specify the C++ version specifically in the build configuration.
- Please rename every reference of
00(ie.Team00/Code00) to your own team number. Since the.gitignoreis configured to ignore libs, remember to force add the autotester libs back to the repository by runninggit add -f Team*/Code*/lib/after you rename.
| Item | Version |
|---|---|
| OS | |
| Toolchain | |
| C++ Standard | C++17 |
No additional instructions required.
| Name | Development OS/Toolchain |
|---|---|
| Ang Yong Liang | Windows, Visual Studio |
| Ezekiel Toh | Windows, Visual Studio |
| Justin Lam Seng Onn | Windows, Visual Studio |
| Won Ye Ji | MacOS, LLVM - Clang |
| Ong Han Qin | Windows, Visual Studio 2022 |
| Benjamin Lui | MacOS, Visual Studio Code |