New licenses for ReSharper C++ are now available as part of ReSharper. All existing, current ReSharper C++ licenses are now automatically valid for both ReSharper and ReSharper C++ products.
ReSharper C++ 릴리스
Released: Nov 4, 2015
Updates in this release
Updates in 10
Improved C Support - Now includes full support for C99, including designated initializers. It also works with all C11 features that are supported in Visual Studio.
Navigation Improvements - You can now use a single shortcut (or Ctrl+click) to switch from declaration to definition or to look for usages.
Code Generation Improvements - Generate definitions for a function inline by specifying the corresponding option in the Generate dialog.
Support for Visual Studio 2015, C++11 and C++14 - ReSharper C++ 1.1 now integrates into Visual Studio 2015 and understands more C++11 and C++14 language features including digit separators, inline namespaces, binary literals and the restrict keyword.
Unit Testing with Google Test - You can now run and debug unit tests, as well as add tests to different sessions, right from the text editor.
New Code Inspections and Quick-fixes - Detect implemented inline functions, redundant inline...