How i can create my project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How i can create my project

I want to create a project but i am not understand how i can create project in C

17th Mar 2020, 5:35 AM
Anwar Ali
Anwar Ali - avatar
2 Answers
+ 1
You just can create file filename.c, write there code, give this file to compiler and run .exe file that you get from compiler. OR Install IDE, for example code blocks or visual studio, choose in interface create c/c++ project, write your code in .c file and launch it from interface. IDE automizing all routine
17th Mar 2020, 5:48 AM
Дмитрий Березин