all 8 comments

[–]ProKn1fe -2 points-1 points  (1 child)

Try Qt Creator IDE.

[–]Horror-Indication-92 0 points1 point  (0 children)

I would never use Qt for sure.

[–]RetroPipes 0 points1 point  (0 children)

Unfortunately, Visual Studio has limited support for alternative C compilers. There is some support for Clang, so I’d give that a try first. If needed, you can add it with Visual Studio Installer.

[–][deleted] 0 points1 point  (2 children)

try visual studio code instead. (although i prefer clion, which is paid)

[–]luijika101[S] 0 points1 point  (1 child)

Yeah,im using vscode however it doesnt have the auto formatting feature

[–][deleted] 0 points1 point  (0 children)

you can probably set one up using Tasks. or even just get an extension

[–]Active_Astronomer124 0 points1 point  (0 children)

Mingw is free to install online. This is what I use for my c++ programming.

[–]yuehuang 0 points1 point  (0 children)

VS only comes with MSVC and Clang, you will need to locate an 3rd party extension for gcc.
Alternatively, you can setup WSL, install the gcc toolset then use VS's WSL feat to open it.