How can i install c language software? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i install c language software?

Suggest any c lananguage ide

15th Nov 2019, 1:59 PM
Arjun T Raju
Arjun T Raju - avatar
3 Answers
+ 2
You can either go for a full IDE or a sperate compiler in combination with a code editor. Both solutions are quite good yet it might be easier to use a compiler with a separate editor for thr beginning. Here are some examples of programs you could use (my recommendation would be to use gcc with the Atom editor): 1. Option, Editor + compiler: Editors: - Atom - Sublime Text - VS code - nano - vim - emacs Compiler: - gcc - clang 2. Option, IDE: - GNOME builder - Code blocks - QT creator P.S. Linux is probably the best OS for C development
15th Nov 2019, 2:48 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
0
I good option for begginers would be the Visual C++ Express or DEV C++
15th Nov 2019, 2:00 PM
A_Singh7
0
It's good to use an ide. I'm using codeblocks and dev c++. Dev c++ provides developing environment for both c and c++
17th Nov 2019, 6:28 AM
Rusira Vindiya
Rusira Vindiya - avatar