Results 1 to 6 of 6
I am working on a project with multiple cpp and hpp files in linux.
In windows we have visual studio worspace .Is there any utility in Linux where we can ...
- 04-09-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 13
[SOLVED] Workspace in linux
I am working on a project with multiple cpp and hpp files in linux.
In windows we have visual studio worspace .Is there any utility in Linux where we can have multiple files under a workspace.??
How can multiple developers access/modify the same file in the project......??
what r the different utilities used in linux???
- 04-09-2008 #2
From what I can tell, you're asking for an Integrated Development Environment (IDE). There are several available for Linux. Here's a short list:
Anjuta
KDevelop
Eclipse
Code::BlocksRegistered Linux user #270181
TechieMoe's Tech Rants
- 04-09-2008 #3Linux Newbie
- Join Date
- Mar 2008
- Location
- Hyderabad
- Posts
- 109
Qt is also there adding to the list
- 04-09-2008 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
That's called an IDE, and techieMoe above already named a few of them. You can also just use a text editor and have as many open files on it as you wish.
Maybe if you let us know what did you use in windows for this, we could help better. But the tools for colaborative development are the same under windows or linux. Most people use cvs or svn. Though git is pretty nice as well. There are many more versioning systems that allow many devs to work concurrently on the same source tree.How can multiple developers access/modify the same file in the project......??
I don't know what do you mean. QT is a toolkit, in other words: a set of libraries with pre-built stuff, which happens to be the foundation for the K desktop environment. It's not an integrated development environment, nor anything similar.
- 04-09-2008 #5Linux Newbie
- Join Date
- Mar 2008
- Location
- Hyderabad
- Posts
- 109
Thanks for enlightening
- 04-11-2008 #6Just Joined!
- Join Date
- Mar 2008
- Posts
- 13
Thanks all




