this post was submitted on 02 Jul 2023
8 points (100.0% liked)
No Stupid Questions (Developer Edition)
921 readers
1 users here now
This is a place where you can ask any programming / topic related to the instance questions you want!
For a more general version of this concept check out [email protected]
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Check what version of visual studio you’re using. That will have support for certain levels of c++.
If you have 2019 or 2022 installed with the latest updates, you should have complete converse of c++20 and all older standards.
https://devblogs.microsoft.com/cppblog/msvcs-stl-completes-stdc20/