PDA

View Full Version : newbe on linux programming, I need HELP!!!!


dnshare
October 13th, 2005, 02:57 PM
I´ve started to use for the first time linux, I like programming a lot but I only have experienced on windows plattaforms, I want to start programming on linux on C language specifically "the dinnning philosophers problem" I also want to use some graphics as i used to use them on turbo c, I hope any of you can give a reference to see the difference between windows and linux plattaforms an also a place where i can find development tools and programming references for linux,

THANK'S AND GREETINGS FROM MORELIA MEXICO!!!:smile:

AndersAA
October 13th, 2005, 03:16 PM
I was in the same situation a long time ago, and .. damn, linux is a wonderfull development platform. You can always find soo many examples on code doing close to or exactly what you need, and a massive amount of documentation on every api call.

If you have some experience from before, well, google what you need, for graphics 3d use opengl, for gui choosing gtk/qt is probably a good idea (gtk = gnome, qt = kde).

Also, I find the resource I use the most is koders.com, very practical ;)