NEWLIB standard C library support

Does ReSharper C++ support using NEWLIB as the standard C library?
I'll have to admit my experience with C/C++ development in Visual Studio is rudimentary.

0
1 comment
Avatar
Permanently deleted user

Hello Anthony,

R++ does not itself depend on a particular library, but it does not provide support for some of the extensions of the GCC compiler. If NEWLIB can be built by MSVC, then R++ probably won't have problems parsing it. Otherwise, e.g. if you are going to use the mingw toolchain, you could try using CLion - is a multiplatform C++ IDE which support development using mingw and gcc on Windows.

In any case, you can always try both CLion and R++ for free during a free one month evaluation period. If something does not work for you, please report the issues on our issue tracker (youtrack.jetbrains.com).

Thanks!

 

0

Please sign in to leave a comment.