Manually editing the tasks.json to add the desired C++ compiler option.| Giovanni Dicanio's Blog
In VS Code, selecting the C++ language standard is not as intuitive as one would expect.| Giovanni Dicanio's Blog
Let's bust a myth that is a source of many subtle bugs. Are you sure that you can simply drop UTF-8-encoded text in char-based strings that expect ASCII text, and your C++ code will still work fine?| Giovanni Dicanio's Blog
Use STL string objects like std::string/std::wstring as a safe bridge.| Giovanni Dicanio's Blog