C++ Compiler without redistributable packagE?

is there any good compiler that doesn't require redistributable packages and it is possible to work in it like in visual studio? e.g. you already have every library there like windows.h, commctr and stuff, or is the redistributable package needed for that?

Thanks!
You can avoid using any redistributable package by using static linking (/MT switch - if you use Visual Studio)
nvm got it, i guess, thanks!
Last edited on
Topic archived. No new replies allowed.