In this project I get the basics set up for c++
- vscode + wsl extension (local os)
- wsl2 with ubuntu
- (wsl) ssh key for github
- (wsl) g++ / gdb
- Building a single file was fine with
g++- I tried creating a function and moving it to seperate file ... this did not go well!
- All code in single file worked, but thats no good
- I think I need a small sidestep into CMake
- I spent last decade in
python, so building and managing a project in cpp is very different - CMake seems a good place to start for setting up 1 I'm going to use getting started with cmake
- I spent last decade in