How can i add graphical part to the c program.. Which compiler should i use ...I want to make User friendly softwares.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i add graphical part to the c program.. Which compiler should i use ...I want to make User friendly softwares..

suggestions ??😘

4th Dec 2016, 8:19 AM
Rahul Sharma
Rahul Sharma - avatar
3 Answers
+ 2
you should focus on IDE's. I would recommend you C# . You need to get yourself visual studio, and chose to start a window aplications. Really good to design, but you will have to learn the language first.
4th Dec 2016, 9:07 AM
Nahuel
Nahuel - avatar
0
try turbo c. it include s graphics.h header file
4th Dec 2016, 9:41 AM
Bibek Ghimire
Bibek Ghimire - avatar
0
If you want to learn graphics programming in C then you can learn it in turbo C compiler using graphics.h header file. It used Borland graphics interface for rendering graphical components. You can write some graphical animation programs like movie a car, a jumping ball c program etc. But If you want to develop some GUI application using window interface then you should learn visual studio. Here is some useful links to learn c graphics : http://www.techcrashcourse.com/2015/08/c-graphics-programming-tutorial.html http://www.techcrashcourse.com/2015/08/c-graphics-program-moving-car-animation.html http://www.techcrashcourse.com/2015/08/c-program-bouncing-ball-animation-graphics.html
14th Apr 2017, 5:51 PM
Arun Kumar
Arun Kumar - avatar