0
How to download c for computers? I don't find the way to do so.
Please provide link and how to install
1 Antwort
0
If you use Windows, and you want only the compiler you can do this:
https://dev.to/gamegods3/how-to-install-gcc-in-windows-10-the-easier-way-422j
If you want also a good IDE, where writing code is made in convenient way, you can try to install
Code::Blocks. It is a C / C++ IDE which comes with compiler and you have no need to set up something
else. The official link is https://www.codeblocks.org/downloads/
they have "codeblocks-20.03mingw-setup.exe" -the binary release with MINGW aboard.
Another way is using VS code. It has a great documentation. Follow this link:
https://code.visualstudio.com/docs/cpp/config-mingw