tray icon indicating copy to clipboard operation
tray copied to clipboard

C++ problems

Open KaiH-0 opened this issue 3 years ago • 0 comments

I keep having loads of errors in C++. Is there anyway to get around this? Has anyone been successful using this in their projects?

The error I keep receiving is "use of designated initializers requires at least '/std:c++20'".

Is there anyway to fix this? I'm guessing its a syntax error due to it being a c file? When I use the compiled project it works but as soon as I change it to a cpp it doesn't work, which I need as all my code is in C++.

KaiH-0 avatar Oct 17 '21 22:10 KaiH-0