I need help testing SHARK, my C++20 version control project, on Windows (since I only use Arch Linux and have no way to test it).
Hello everyone,
I'm a self-taught developer and I'm building a version control system from scratch called SHARK in C++20 to improve my system architecture skills.
The problem is: I'm a pure Arch Linux user and I don't have a Windows environment to test cross-platform compatibility.
I want to ensure that the source code compiles and runs correctly on Windows (using MSVC, Clang, or MinGW) before proceeding with refactoring my checkout logic.
Could someone on Windows download the repository, try compiling it, and let me know if any specific errors or warnings occur?
Here's the GitHub repository: [link in comments]
Any feedback on the code structure or portability tips would be greatly appreciated. Thanks in advance!