C/Graphics Library
Expert: Prince M. Premnath - 4/9/2010
QuestionI want 2 make use of GUI in my project work.
But I don't know how 2 add on graphical stuff using C programming alone.
The problem (to my knowladge) is graphics does not come under ANSI standard.
And DevC++ does have problem in supporting those too.
How api development could be carried out in windows and/or linux platforms?
And that to using C alone............
Which one would be better 2 pursue 4 graphics work C/C++ ??
Plz provide me enough reasons so that i get convinced.........
Please provide me the necessary links and tips so that I could develop APIs using C/C++.
I need the respective theory and examples for API development using C/C++.
plz provide separate descriptions with respect to C and C++..........
plz sir help me..................
AnswerHai dear Purna !
Sorry for the delay responding you, well i understood the problem since graphics is not a part of ANSI standard you cannot find much support for Graphics Stuffs , pretty much options will be available with this case ,
1.Create ur Own Graphics Package ( from the scratch , a complicated thing ) , Ive done 3 years back with Turbo C++ and assembly language found good but hard to develop.
2. Go with the compiler vendor that support plenty of graphics stuffs ,say Visual Studio supports good platform for windows based Graphics , and look for compilers that supports linux.
>>Which one would be better 2 pursue 4 graphics work C/C++ ??
Language doen't matter , logic do.. i recommend you ti go with C++ supports o0bject oriented concepts. even my graphics library is a GUI tool box i built it with C++ , inheritance and polymorphism concepts helped me a lott
Well i will help you out with the code what ive developed , will help you out how to develop API in C++ , please get back to me tom my mail : princeatapi@gmail.com
Thanks and Regards
Prince M. Premnath