tray
tray copied to clipboard
C++ problems
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++.