Hello, I am trying to get started with the C++ track. I am on the last will exercise, and I am doing each task, and running the code one by one in Visual Studio. What happens is that it says that I pass every test (Yay!), but the truth is that it's passing every test when I haven't done every task (Nay!). This is shown in the first two images.
I couldn't figure out how to fix it, so I tried to set up C++ in visual studio code. However, I ran into many issues with this approach, and I kept getting errors when I tried to compile with MinGW, shown by the third image. I would really prefer to work on my laptop, if anybody can help me figure out what is going on with either of the two programs, I would highly appreciate it.
I would prefer to use VSCode, as I simply prefer the layout of VSCode, but getting either fixed would be greatly helpful. Thank you.