Results 1 to 10 of 11
Hi
hey I am using Vi editor for GCC compiler.I want to know whether does linux supports any other IDE (GUI)based c/c++ compiler?...
- 09-28-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
Does linux supports any IDE (GUI)based c/c++ compiler?
Hi
hey I am using Vi editor for GCC compiler.I want to know whether does linux supports any other IDE (GUI)based c/c++ compiler?
- 09-28-2007 #2
Yes there is a lot , like kdevelop for KDE ,glade for Gnome , glade is designed to be used with the powerful GTK+ library also .
there is project called Anjuta IDE wish is also can be used under Gnome and it creates a full standard GNU package .
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 09-28-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
keyboard & display routine in linux
Thanks olive for your quick reply
Can u tell me how to write keyboard & display routine in linux.where is detail documentation.
vineeta7
- 09-28-2007 #4
Please explain me in details , I hate this word (routine) because it can means a lot of issues , so explain me what is your aim .
do you mean by keyboard routine a keyboard events !
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 09-28-2007 #5Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
keyboard & display support on linux system
Hi aliov
Please note that I am new to linux O.S.
i want to write a simple application that will increment a counter and cummulative sum of each count.And I want to show it on display.If user want to reset the count then it shld reset by pressing some specific key.likewise I want to add keyboard facility.I want to make it as multithrading application.
Thanks & Regards
Vineeta
- 09-28-2007 #6
Now i understand what you want to do , Linux is a big world and there is a lot of libraries to use , for me i use GTK+ because i like gnome , in KDE QT is used . but let's speak about GTK+ wish you can find a lot of Documentation/Help .
A French nice course can be found here http://www.gtk-fr.org/download.php?p...&id=1&type=pdf
A English course is here http://www.eqsoft.net/manuales/gtk-tut.pdf
but i don't know why it's not opening ! but i have it and i can send it to you .
and also a nice book from amazon Foundations of GTK+ Development (Expert's Voice in Open Source).
Well if you have some time to start , this is a very powerful library with few lines of code you will create Window and buttons , handling the keyboard events and everything you want .
Glade is interface designer based on GTK+ wish you can create widgets using the mouse (something like VB) .
My mail is always public so you can drop me a mail if you have problems/questions about it, but believe me this is a wonderful library .
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 09-28-2007 #7Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
course docs
Hi
I tried that link, thats not opening.Can u pl.. send me english course & other related documents.Please send it to vineeta_ghag@yahoo.com.
I am using Red hat linux 9. Then I have to download Gtk+,Glade from net or it is inbuilt in system like GCC compuiler?????
Regards
Vineeta
- 09-28-2007 #8
Glade and GTK+ should be in the RH cd's so you can install them using your package manager , there is no need to compile them from source .
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 09-28-2007 #9Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
difference
Hi what is difference between GTK+ and C/peg?
- 09-28-2007 #10
C/peg it's another library for creating graphics and it has another license (not GPL). it's property library , you don't have to use it.
Regards.Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote