Please which software can I use to practice C on my PC after I learn from sololearn | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Please which software can I use to practice C on my PC after I learn from sololearn

15th Jul 2023, 2:25 PM
Abdulsalam Abdulramon
6 Respuestas
+ 5
Abdulsalam Abdulramon , for windows you can also use *visual studio code* with c / c++ extension: https://code.visualstudio.com/docs/languages/cpp
15th Jul 2023, 7:19 PM
Lothar
Lothar - avatar
+ 4
do you have windows or linux on your pc? on linux the gcc compiler is preinstalled in most cases. on windows i have no clue because i don't code there.
15th Jul 2023, 2:55 PM
Jan Markus
+ 3
Depends on your operating system. Guide to GCC (Linux): https://www.wikihow.com/Compile-a-C-Program-Using-the-GNU-Compiler-(GCC) You can use the same under Windows if you have WSL (Windows Subsystem for Linux). Or alternatively you can use Microsoft's Build Tools for Visual Studio. You don't have to install the whole Visual Studio IDE (it is quite resource heavy), the command line tools are enough. https://learn.microsoft.com/en-us/cpp/build/walkthrough-compile-a-c-program-on-the-command-line?view=msvc-170
15th Jul 2023, 3:01 PM
Tibor Santa
Tibor Santa - avatar
+ 1
When I learned C language , I used Code block software it's the best compiler for C , I'm using windows as operating system
15th Jul 2023, 3:08 PM
Toufik Hammad
Toufik Hammad - avatar
0
GCC compiler + Vs code Or you can also use code block,it comes with both compiler & IDE
16th Jul 2023, 7:36 AM
Rafi Ahamed
Rafi Ahamed - avatar
0
Use turbo c++
17th Jul 2023, 10:17 AM
Siddharth Solanki