plz, can anybody show me some useful online resources to start programming under linux?
i used to program under Win. for a reasonable time, so i have already had some programming experience .. all i need is the Linux specific topics
thnx in advance
This is a discussion on Want to start with linux programming within the Linux Programming forums, part of the Platform Specific Boards category; plz, can anybody show me some useful online resources to start programming under linux? i used to program under Win. ...
plz, can anybody show me some useful online resources to start programming under linux?
i used to program under Win. for a reasonable time, so i have already had some programming experience .. all i need is the Linux specific topics
thnx in advance
How vague...
What sort of programming interests you?
GUI programming
Network programming
Game programming
etc etc
How about
http://developer.kde.org/documentation/tutorials/
I mean after you've learnt the core language (which is OS neutral), the rest is just a bunch of "Which API's shall I use today".
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
All you need to learn C or C in linux is a good g++ and gcc and cc.
what i need to learn is GUI programming and DB applications programming ..
I have heard something about GTK and Glade, and an IDE called Anjuta ..
should i start with these or what?
Well, I recommend learning C, and thouroughly learning the unix libs. Then move onto GUI libs like QT. Look into:
Advanced Linux Programming is a GREAT book to get started with linux, as is "Advanced Programming in the UNIX Environment". Read both of them.
Most UNIX GUI libs rely on you to write your own code using these libs. There's no such thing as win32 API which covers everything.