Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> A Question About C++ Programming Under Linux
jjhou
post Nov 3 2004, 11:09 AM
Post #1


Premium Member
********

Group: Members
Posts: 176
Joined: 3-November 04
Member No.: 2,104



Hello guys!
i prepare to develop under linux using c++, but i don't know what tools i should use...some one tell me to use vim, but i think vim is so hard to use!can u recommend me some ide???
thank u very much
Go to the top of the page
 
+Quote Post
aniketh
post Nov 8 2004, 04:56 PM
Post #2


Newbie
*

Group: Members
Posts: 3
Joined: 8-November 04
Member No.: 2,185



you might want to try
1) anjuta IDE [http://www.anjuta.org/]
2) kDevelop [http://www.kdevelop.org/]

there should be loads of other IDEs, you will have to search
Go to the top of the page
 
+Quote Post
mizako
post Nov 11 2004, 09:23 PM
Post #3


Super Member
*********

Group: Members
Posts: 372
Joined: 16-August 04
From: Spain
Member No.: 824



HI,
Some tools for programming under linux:
-> compile: gcc or g++
->debug: gdb (i use debug using gdb but inside emacs, it is really easy to use)
-> editors: vim, emacs, kate

Some words about editors. In the emacs vs vim war i am vim partizan. However emacs is really powerfull editor. If you find both too complicated maybe you should try the graphical version (Gvim or xemacs). Kate comes with kde and it is more intuitive and easier for newbies. It is quite ok too.

Good luck!
Go to the top of the page
 
+Quote Post
sunilr_74
post Nov 12 2004, 04:43 AM
Post #4


Newbie [Level 1]
*

Group: Members
Posts: 17
Joined: 12-November 04
Member No.: 2,245



QUOTE(jjhou @ Nov 3 2004, 04:39 PM)
Hello guys!
i prepare to develop under linux using c++, but i don't know what tools i should use...some one tell me to use vim, but i think vim is so hard to use!can u recommend me some ide???
thank u very much
*



Try linus GUI itself... see under start->programming... u will find something there provided u chose those options while installing... else check your rpm CD's
Go to the top of the page
 
+Quote Post
sunilr_74
post Nov 12 2004, 04:46 AM
Post #5


Newbie [Level 1]
*

Group: Members
Posts: 17
Joined: 12-November 04
Member No.: 2,245



QUOTE(mizako @ Nov 12 2004, 02:53 AM)
HI,
Sergio del Amo
Web site: http://mizako.trap17.com/amo/
email address: canredondo at hotmail dot net

"This mail is a natural product. The slight variations
in spelling and grammar enhance its individual character
and beauty and in no way are to be considered flaws or
defects"

*



Hey, your warning must apply to your photo as well .. right out of a horror flick :-P
Go to the top of the page
 
+Quote Post
tihu
post Nov 13 2004, 10:33 PM
Post #6


Newbie [Level 1]
*

Group: Members
Posts: 11
Joined: 10-November 04
Member No.: 2,214



Are you using X windows.
If you are then Nedit is a small + fast editor.

It has some good syntax highlighting for C, matches up bracket/braces and uses sensible keyboard shortcuts.

If you're at a console then it's gonna be emacs, vim or pico.
Go to the top of the page
 
+Quote Post
osknockout
post Nov 14 2004, 12:34 PM
Post #7


Super Member
*********

Group: Members
Posts: 399
Joined: 14-November 04
From: Elysium
Member No.: 2,280



I seriously think you guys provided plenty of extra information
without the other basics.

Yes, gcc is the standard compiler for C/C++ on linux.
G++ is the actual C++ compiler.

Use make for your large projects and the simple text editors
for creating your .cpp's -basically nano with Gentoo Linux

This site should help you for gcc syntax:
http://galton.uchicago.edu/~gosset/Compdocs/gcc.html
-that's information to do it old skool ~by the console.

That's where I learned it to be honest biggrin.gif

...and if you get sick of gcc [how?] you can always
declare mutiny and use the Intel Non-Commercial Linux Compiler
-and you can take your rebel self to www.thefreecountry.com to
get a copy of that.

Hope that helps.
Go to the top of the page
 
+Quote Post
iGuest
post Jun 23 2008, 12:05 PM
Post #8


Hail Caesar!
*********************

Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Nesting Of C++ Programs ?!
A Question About C++ Programming Under Linux

Hi all...
Is it possible to run a C++ Program within another Program... I know this sounds silly but I have a purpose for asking this question. My doubt is especially for Linux .. See I have developed a simple server and client (C programs) which are executed in the terminal by typing ./server port number in 1 comp , followed by ./client host_add port number in another.Now I wanna use this as a sub routine in my program where two computers communicate a string between each other and proceed with next step only if strings are the same .. So how can I integrate the passing of the strings (thru client chat) with the whole program ??
Are you getting my question??
Is it possible?
Thnx

-question by Addy
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Can A Windows Compiler Compile For Linux?(6)
  2. What Do You Use C/c++ For?(26)
  3. D Programming Language(9)
  4. Game Programming(17)
  5. Good Books On C++ Game Programming(2)
  6. Programming Help(7)
  7. Life In Programming?(11)
  8. Vesa Programming Viewer In C(2)
  9. Vesa Programming Viewer In D O S(3)
  10. Never Ending Books For C++ Programming(3)
  11. Where To Start Learning C++ Programming Language(4)
  12. Programming A Malloc(1)
  13. Win32: Dialog Box And Accelerator(2)
  14. 256-color Vga Programming In C Site(0)
  15. Dos Game Programming In C For Beginners(1)
  1. Dos Programming, Undocumented Dos, And Dos Secrets(3)
  2. Complete Linux Programing Book(2)
  3. Detailed C Beginner Tut(2)
  4. C/c++ Programming Experince(3)
  5. Beginners Guide To C/c++ Programming?(3)
  6. C Programming: Arrays(2)
  7. How Many of You Use the C Programming language?(23)
  8. C Or C++ Easy Programming Generator(6)
  9. C Programming Video Tutorials(3)
  10. Discussion On Dynamic Programming(3)
  11. Alright, I'm Taking Computer Programming As A Class In School.(10)
  12. Why Must We Learn Object Oriented Programming(4)
  13. Finding The Rgb Color Of An Image(3)