Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
NEWLIB standard C library support
Anthony Geoghegan
Created
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.
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).
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!