Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
graphics programming in linux c
Name: paragsdeshpande Date: May 6, 2004 at 04:24:54 Pacific OS: Linux-2.4.18 CPU/Ram: p4,512
Comment:
hi, i am beginner in linux.i want to do a graphics programme in C.i have done it in borland-c using <graphics.h>. pls guide me in Linux Env.
Name: Wolfbone Date: May 7, 2004 at 19:20:22 Pacific
Reply:
There's nothing wrong with good console based programmes but unfortunately you would not be able to do any graphics programming at all with the ncurses library. The nearest equivalent to the dos/win library for which graphics.h provides the api would be SVGAlib but starting graphics programming in GNU/Linux with SVGAlib would be somewhat eccentric and probably not very healthy (and certainly not portable). Like it or not, graphics programming in the *nix world is X based and one may as well get started on it rather than artificially cling to a dos/win like paradigm. So I probably shouldn't have mentioned SVGAlib at all ;)
Summary: hello i am a beginner with linux How do i run c,c++ graphics programs, drawing line etc stuff in linux that i had written in Turbo C,C++ and now they r to b run in linux, especially in console withou...
Summary: i have to run a c program in linux but there's a getche() which i used in c program. how can i get rid of this getche() in order to run the c code in Linux. { /*some code*/ choice=getche(); }while((ch...
Summary: Hello i have good knowledge of programing in turbo c++ but couldn't learn even the 'A' of programing in Linux not because i unfriendly with it but because i couldn't have access to any source from whe...