Skip to main content
7 votes
4 answers
369 views

After running this program (compiled with MSVC compiler 19.50.35723 with option /std:c++23preview) #include <print> #include <chrono> #include <string> int main() { using ...
Angle.Bracket's user avatar
8 votes
1 answer
269 views

While compiling this snippet import std; int main() { printf("%s", "hello"); return 0; } using MS VS C++ compiler 19.50 with /std:c++23preview I got the expected error ...
Angle.Bracket's user avatar