On Thu, 6 Feb 2003, Prashant wrote:
applications in LINUX, either in KDE or in GNOME. I am a software professional but my knowledge in C is limited. Will u kindly suggest me the areas where I should start my studies to achieve my this goal.
If you're not comfortable with C (although it's an easy language to learn (even as a first language)), you may want to try your hand at python.
also learn one of the toolkits Qt, Gtk, Motif, WxWindows and others, along with their bindings for the particular language that you use.
Once you're reasonably familiar with this - and I mean familiar enough to know where to find documentation for a function when you come across it - download the source of some small GUI app and read through it. Make changes and see how that affects the output.
HTH.
Philip