Visual Studio 2022 is an upgrade over its predecessor, the VS 2019. This Microsoft IDE is compatible with a lot of database technologies such as Azure, SQL, and SQLite, and has a perfect integration.
After some (okay, a lot) of trial and error, I managed to figure out how to load a C++ source file into XCode. I added the line "getc(stdin);" right before "return 0;" (I was told that this was ...