I want install c language software | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want install c language software

C language software

13th Jan 2021, 2:41 PM
ravi sethi
ravi sethi  - avatar
11 Answers
+ 7
Use code blocks for compiling c . it's based on gcc compiler
14th Jan 2021, 9:03 PM
Aysha
Aysha - avatar
+ 1
Martin Taylor I know C compiler is a software but he said C Language Software.
13th Jan 2021, 4:11 PM
A͢J
A͢J - avatar
13th Jan 2021, 3:02 PM
The future is now thanks to science
The future is now thanks to science - avatar
0
ravi sethi C is a language not Software. To run C program you need Software like Turbo C.
13th Jan 2021, 3:46 PM
A͢J
A͢J - avatar
0
Martin Taylor Okay I have used Turbo C 7 years ago so now I am not familiar. What else we can use for C?
13th Jan 2021, 4:09 PM
A͢J
A͢J - avatar
0
Use DevC++ it's easy to understand and write code for beginners.
13th Jan 2021, 8:09 PM
Muhammad Shahzaib Qureshi
Muhammad Shahzaib Qureshi - avatar
0
There are a number of online C compilers. I don't know what requirements you need. But these seem to be okay for basics. https://www.onlinegdb.com/online_c_compiler https://www.programiz.com/c-programming/online-compiler/
15th Jan 2021, 8:51 AM
Chris Coder
Chris Coder - avatar
0
If you would rather install a compiler then there are a few download options here https://www.technotrice.com/best-c-c-plus-plus-compilers-windows-mac-linux/
15th Jan 2021, 8:56 AM
Chris Coder
Chris Coder - avatar
0
everyone is suggesting many IDEs, but i personally like "VS code".
15th Jan 2021, 9:39 AM
Chingkheinganba Thoudam
Chingkheinganba Thoudam - avatar
0
Chingkheinganba Thoudam VS Code is first and foremost an editor, and relies on command-line tools to do much of the development workflow. There is a C/C++ extension but it does not include a C++ compiler. or debugger. If those that we recommened are IDEs at least they are able to compile.
15th Jan 2021, 9:50 AM
Chris Coder
Chris Coder - avatar
0
for that I download MinGW compiler
15th Jan 2021, 9:55 AM
Chingkheinganba Thoudam
Chingkheinganba Thoudam - avatar