0

How to download c for computers? I don't find the way to do so.

Please provide link and how to install

23rd Jul 2019, 1:09 PM
Nakul Badwaik
Nakul Badwaik - avatar
1 Answer
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
7th Feb 2023, 8:39 PM
Oleksandr Gorlinskyi
Oleksandr  Gorlinskyi - avatar