LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   C++ (https://www.linuxquestions.org/questions/linux-software-2/c-31106/)

nautilus_1987 09-24-2002 12:29 PM

C++
 
Hi there!
People is there some normal developing kit in C++?
I can remember that in winbloze I have used Dev-C++?
Is there something simirlar under Linux?
thnx

Mara 09-24-2002 12:39 PM

There's Linux version of Dev-C++, if I remember correctly.

Tinkster 09-24-2002 08:55 PM

Re: C++
 
Quote:

Originally posted by nautilus_1987
Hi there!
People is there some normal developing kit in C++?
I can remember that in winbloze I have used Dev-C++?
Is there something simirlar under Linux?
thnx

*shrug*
emacs & gcc & STLport?

Cheers,
Tink

jetblackz 09-24-2002 09:37 PM

http://www.code-genie.com/

http://www.mingw.org/

I use cg to code and mingw to compile C++ in Windows. They might not be the best, but mingw is ANSI C compatible. 15MB file is all. cg lets you compile it right in the program. You have to run executables in a DOS box.

Sorry my bad. I thought you were asking for Windows. Under Linux, everything is there.

vi hello.cpp
g++ hello.cpp -o hello
hello

j-ray 09-25-2002 02:34 AM

anjuta and
qt designer that comes with qt3 at trolltech.com
cheers,
jens

nautilus_1987 09-26-2002 12:16 PM

Thnx for the info guys, but J-ray's solution is the best - anjuta is really cool...
thnx once again!

nautilus_1987 09-28-2002 09:12 AM

Of course anjuta is very cool but I have a question on it:
I open new file >> Save it as yo.cpp >> Write a program >> Compile >> Compile with Make >> Build .... Then I want to execute it pressing F3, but nothing appears to happen. So I open another tab of Anjuta where xterm is located and run the compiled program ./yo. So is this the only way to execute my compiled program? I can remember that in DevC++ I just pressed execute and new xterm window opened.....
any ideas?
I hope you could understand me :)
thnx in advance

acid_kewpie 09-28-2002 11:16 AM

you just need to configure it correctly, if you can't find the option, try creating a new project rather than a plain source file.

nautilus_1987 09-29-2002 04:36 AM

No I don't want to vreate new project - only plain source :)
???


All times are GMT -5. The time now is 12:08 PM.