You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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++.
The text was updated successfully, but these errors were encountered:
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++.
The text was updated successfully, but these errors were encountered: