c graphics in linux
hi can any one tell me how to make graphics program in c in Linux. what header file i should use in开发者_如何学JAVA gcc.I'm quite novice to Linux thanx in advance
Googling for linux graphics library c gave this site with tons of libraries for all kinds of languages under all kinds of operating systems. HTH.
libSDL is one good library.
The Allegro library is pretty easy to use and covers a lot more than graphics.
精彩评论