+ 2
Please which software can I use to practice C on my PC after I learn from sololearn
7 ответов
+ 5
Abdulsalam Abdulramon ,
for windows you can also use *visual studio code* with c / c++ extension:
https://code.visualstudio.com/docs/languages/cpp
+ 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.
+ 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
+ 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
0
GCC compiler + Vs code
Or
you can also use code block,it comes with both compiler & IDE
0
Use turbo c++