-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile chadstr.h using MSVC #15
Comments
solution to problem is simple, stop using meme compilers like msvc. |
For future reference, which compiler do you recommend? My my dead grandpa says Borland C is pretty good. |
Personally I use gcc. Clang has very close features to it and recently got support in Visual Studio projects https://docs.microsoft.com/en-us/cpp/build/clang-support-msbuild?view=msvc-160 |
I use mingw from dorado bucket using scoop. I recommend it on Windows. I use Gentoo too, but there I use just gcc. But on windows, I really recommend mingw or clang. MSVC is outdated. |
feature |
This stackoverflow thread https://stackoverflow.com/questions/9183993/msvc-variadic-macro-expansion suggests
@dhalucario Could you test, if |
main.c
The result when I try to compile it:
The text was updated successfully, but these errors were encountered: