English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

KDEVELOP, it actually is way better than VS .NET 2005.
You will be surprised when you see all the features is supports.
There is also IBM Visual Age for C++.

2007-02-10 07:43:53 · answer #1 · answered by AgronCAS 4 · 0 0

You probably mean Visual Studio. VC++ is a MS's C++ programming language. If you really mean VC++, then you can write programs in C++ in Linux - just the MS Toolbox classes will not be available - only "std C++" libraries and the libraries on your install of Linux (or ones you add).

VS is an IDE (integrated development environment) so it is actually several functionalities integrated into a single program with a nice GUI interface. For example, you edit and create the source text of the program using the programmer's editor (one functionality). In Linux you can use any editor from Vi tor emacs to any GUI editor you like. The IDE also has a compiler. In Linux you can just use the command line gcc (or g++) program. The IDE includes a debugger. In Linux you can use gdb.

There are GUI IDE's on Linux as well. Most are just GUI applications that call the equivalent command line program for you. When you click "compile" in the menu, the IDE just sends a command to gcc with the appropriate CL input parameters.

The Mac (OS X) is really just BSD Unix at its core and all Macs include a free GUI IDE called XCode which again is just a GUI front end to all the UNIX CL tools.

2007-02-10 05:28:27 · answer #2 · answered by Anonymous · 0 0

there are no equivalents.

you will work from the command line

any text editor like email or vi

and compile with gcc

2007-02-10 03:48:55 · answer #3 · answered by ? 3 · 0 0

fedest.com, questions and answers