what type of support/benefit does resharper give for c++98
What type of support/benefit does resharper give for projects that use VxWorks and are strictly c++98?
What is the added value to the project work flow? I see a lot of resharper examples for later versions of C++ but have seen too many for C++98
Thanks
Please sign in to leave a comment.
Hello Timothy,
Please take a look at the https://www.jetbrains.com/resharper-cpp/features/ page. Only several code inspections have to do with post-C++-98 language features. All the other major features (refactorings, navigation, unit testing support, completion, clang-tidy integration, and so on) are mostly standard-agnostic. Moreover, R++ even supports the C language.