Thread: hey, looking for windows-based C++ ide that uses CVS's...

  1. #1
    Registered User
    Join Date
    Dec 2002
    Posts
    221

    hey, looking for windows-based C++ ide that uses CVS's...

    extssh protocol to communicate with a remote server.
    please help!

    thanks

  2. #2
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    Don't know of one specifically, many ide's use plugin prog's for cvs....putty works over ssh....and I found all that in about 5 seconds on google...
    PHP and XML
    Let's talk about SAX

  3. #3
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Eclipse along with the CDT (C/C++ Development Tools) .

    Eclipse is more known for its Java IDE, but the C/C++ IDE isnt bad (not quite as good as the JDT though). The CVS integration is quite good.

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    I saw eclipse but I wasn't aware that they had a C++ IDE as well...their site was difficult to navigate.
    PHP and XML
    Let's talk about SAX

  5. #5
    Registered User Frobozz's Avatar
    Join Date
    Dec 2002
    Posts
    546
    Not so much an IDE as a plugin to the IDE to enable support for C++. I haven't tried the plugin but I have tried Eclipse and it is quite good. Just make sure you have plenty of memory and a fairly new processor or it'll be sluggish. A Pentium 3 should be sufficient.

  6. #6
    Registered User
    Join Date
    Dec 2002
    Posts
    221
    first off Waldo2k2, you have no idea what you're talking about.

    and i found that CDT thing for eclipse already, but the problem is that, from what i found, its only for linux at this point. there isnt one for windows yet.

  7. #7
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    well dosent Dev-C++ have CVS support...

  8. #8
    i dont know Vicious's Avatar
    Join Date
    May 2002
    Posts
    1,200
    I do believe so.

    http://www.bloodshed.net/dev/devcpp.html

    It says "CVS Support"
    Im not sure if it is fully functional as it is still in beta.
    What is C++?

  9. #9
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by revelation437
    and i found that CDT thing for eclipse already, but the problem is that, from what i found, its only for linux at this point. there isnt one for windows yet.
    try actually reading the link....
    there is most definately a windows build http://www.eclipse.org/cdt/

    @Frobozzz. Everything in eclipse is a plug-in. even the Java IDE. Eclipse itself is a platform for building IDE's, the architecture for EVERY app that runs in eclipse is a plug-in.

  10. #10
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    >>first off Waldo2k2, you have no idea what you're talking about.

    really?
    hmm...
    >>Everything in eclipse is a plug-in. even the Java IDE.
    kind of like how the compiler for most IDE's are a seperate program...isn't that a plugin??

    you asked the question, I gave you an answer, stop being such a n00b and learn how to:
    A. Search for yourself
    B. Stop bashing people who help you
    PHP and XML
    Let's talk about SAX

  11. #11
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Dev-C++ does have CVS support, assuming you configure it to work with an existing CVS client, apparently.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. why page based I/O can improve performance?
    By George2 in forum C Programming
    Replies: 1
    Last Post: 06-12-2006, 07:42 AM