LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   C++ Help (https://www.linuxquestions.org/questions/linux-newbie-8/c-help-50803/)

anandc 03-20-2003 02:57 AM

C++ Help
 
Dear friends


A newbie to linux wants to know :-

1 I have just installed RH 8. Where to write C++ programs?
How to run them?

2 What is KDevelop 2.3?
What for it is used?


Urgent Pls

doublefailure 03-20-2003 03:23 AM

what u need is
editor/compiler

i strongly recommend emacs/xemacs
or vi if you are serious about programming
even though these two'll take you 3-6 month to get used to
i personally use xemacs and won't give up for any other editors

kdevelop is C/C++ IDE (Integrated Development Enviroment)
that has buttons for compiling/running/debugging your program and such


open up editor of your choice and copy hello world program on the web or book

save the file

g++ -o myprogram thefilename.cc

./myprogram

anandc 03-20-2003 03:35 AM

Thks doublefailure.

Another one....

which language/s would allow to design GUI applications with
database connectivity.

doublefailure 03-20-2003 03:56 AM

should be about every language

anandc 03-20-2003 12:11 PM

i didnt get.
I just want to know the languages and editors used to develop
GUI application with database support too.

mhearn 03-20-2003 01:22 PM

There isn't much support for that kind of thing yet, but check out GTKmm, GNOMEmm, GNOME-DB and Glade (which has support for database aware widgets if you compile it properly).

doublefailure 03-20-2003 03:37 PM

excel is gui for database
what's it written in?
c/c++ i guess?

java has gui(swing) and db connection

most likely u can with python too


All times are GMT -5. The time now is 04:34 AM.