Looking for equal to Visual Studio for Unix


 
Thread Tools Search this Thread
Top Forums Programming Looking for equal to Visual Studio for Unix
# 1  
Old 09-18-2007
Looking for equal to Visual Studio for Unix

Hello all
Im looking for IDE to edit / compile / debug similar to VC++ on windows
I need it for verity of UNIX platforms, what do you think is the best tool to use
And that its learning carve is easy ( as much as possible) .
Thanks
# 2  
Old 09-18-2007
Try Kdevelop.
# 3  
Old 09-18-2007
Is there any easy path to do it in more general IDE like emacs or something?
# 4  
Old 09-18-2007
Then it will no longer be "simple" as you mentioned. I think everyone agrees that it is more difficult to edit with emacs (or vim) than a GUI such as kdevelop, and to me, emacs is not much of a GUI I can think of .....

Well, I have not mentioned Eclipse, although I guess there are third party plugins for C/C++.
# 5  
Old 09-18-2007
Or write/test the code on windows using VC++ then use scp/ftp/cvs to put the source on UNIX for building.
# 6  
Old 09-18-2007
thanks for the relpy folks , ok and if i still will like to use emacs does it have all the things kdevelop have?
is there good books/tutorials about using c++ with emacs and kdevelop ?
by the way im using vi all the time and know it very well , so is it going to be easier??

thanks allot
# 7  
Old 10-12-2007
Quote:
is there good books/tutorials about using c++ with emacs and kdevelop ?
by the way im using vi all the time and know it very well , so is it going to be easier??
Which *IX are you using? Linux comes natively with XEmacs and KDevelop. I guess you will find KDevelop easier and smooth to switch to from VS since it has all the components required by the C/C++ developers and more.

You could also try out the NetBeans 5.5.* from Sun. But its a resource eater.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Downloading and running Visual Studio Code

Ubuntu 16.04 I tried downloading the .deb package of Visual Studio Code from here but for some reason it won't open. From Activities Overview if I select the program it shows up in the task panel on the left but it just blinks a few times then goes away. I would rather not have to use snap... (5 Replies)
Discussion started by: Circuits
5 Replies

2. Solaris

How to FTP (get multiple) unix files to windows using visual basic 6

How to FTP (get multiple) unix files to windows using visual basic 6. I am a list of files in my unix location, need to ftp those files to windows machine using Visual basic 6 or VBA macros. Thanks in Advance (3 Replies)
Discussion started by: sureshmani
3 Replies

3. Programming

Debug with VIsual Studio 6, cpp project

Hi, I"m trying to debug one project in VS6 this is cpp ,with source/headers/resource files. I need to start program from terminal with some parameters, e.g. c> feetcmd -a param1 -d param2, now this program going into the loop and the whole PC is frozen, I tried to do TASK_MANAGER/right... (6 Replies)
Discussion started by: trento17
6 Replies

4. Shell Programming and Scripting

Not equal to in Unix

Guys, I am trying to do below operation LAST_TRANSACTION=2 if ]; then # do something fi If the LAST_TRANSACTION variable is not equal to 1 or 2 or 3 then code inside the if block should be execute. This code is not working, Any help is appreciated. (7 Replies)
Discussion started by: gowrishankar05
7 Replies

5. Programming

Connect to UNIX server with Visual Basic

Is there any possibility to develop an application using Visual Basic that connects to a unix server (using SSH) and run some commands? I will try to describe what i need : The user should enter the server adress, username and password! Than the user must enter some "filenames" and after... (10 Replies)
Discussion started by: SuperDuck
10 Replies

6. Windows & DOS: Issues & Discussions

Visual Studio .Net

How can I create and run a stand-alone console application in Visual Studio .Net ? (cpp-file)....... ...thanks for any help (4 Replies)
Discussion started by: Pennywize
4 Replies
Login or Register to Ask a Question