0
How can i add graphical part to the c program.. Which compiler should i use ...I want to make User friendly softwares..
suggestions ??đ
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.
0
try turbo c. it include s graphics.h header file
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