|
|
|
|
![]() ![]() |
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 |
|
|
|
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 |
|
|
|
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! |
|
|
|
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 |
|
|
|
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 |
|
|
|
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. |
|
|
|
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 ...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. |
|
|
|
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 |
|
|
|
![]() ![]() |
Similar Topics