Visual Studio 2022 17.5 arrives with C++ enhancements, AI co

InfoWorld | at | by Mike

Visual Studio 2022 17.5, the latest version of Microsoft’s signature IDE, is now generally available. Highlights of the new release include capabilities for C++ cross-platform development, AI-powered coding suggestions, streamlined API development, and improved code search.Also known simply as Visual Studio 17.5, the IDE can be downloaded from the Visual Studio website.

For C++ developers, the Linux console has been moved into the integrated terminal to make it easier to interact with a remote Linux machine. The integrated console window allows developers to offer input and see console input. When developers are using a dev container, they now can run them on remote machines. Developers also can open an interactive shell in the running container in the integrated terminal. The standard library has been expanded to include C11 atomics in MSVC (Microsoft C ++) compiler. Initial support only is for lock-free atomics. New CMake capabilities speed up compilation workflows.