Thread: I got my free copy of Visual Studio 2005!

  1. #31
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I've been trying to get eclipse to work with C++ but I just can't seem to get it working. There is a minGW thing for eclipse that you can download as an extension but in the end I just can't figure how to set it up. I like eclipse's debugger (well for java at least). I'd love to see a net-beans minGW extension or something.

  2. #32
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    I've got Insight. I realize I'm not changing anything. Just providing a user interface to GDB, since quiet frankly Dev-C++ debugger UI... sucks.

    Insight makes using GDB a breeze. Quiet a rich wrapper, if you ask me. However, I believe VC+++ 2005 is still superior as far as the interface is concerned. The actual technical details of both debuggers though are not something I can discuss (being myself somewhat new to C++ and all).
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #33
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    *is lost*

  4. #34
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Well, I'm sorry. I didn't check what Eclipse was. Skimmed through your post and thought you were talking about a debugger that could in theory be compatible with minGW. Eclipse is much more than that.

    My bad.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #35
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Eclipse is just an ide that I used for java, so is netbeans. eclipse has an in-program download thing that could download the C++ library to support creating C++ programs on it. I think it also had debugger support, but I never got it to work, and all the documentation is beyond me.

  6. #36
    ♥Sexy Coding Hunk♥ CartoonLarry's Avatar
    Join Date
    Dec 2003
    Location
    Michigan
    Posts
    50
    I've been trying to get eclipse to work with C++ but I just can't seem to get it working. There is a minGW thing for eclipse that you can download as an extension but in the end I just can't figure how to set it up.
    I have used eclipse CDT with cygwin and it has worked great for me.

    http://www.cygwin.com

  7. #37
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Ahh, I downloaded the CDT without doing the cygwin thing. Do I have to install the whole cygwin or can I use mingw?

  8. #38
    ♥Sexy Coding Hunk♥ CartoonLarry's Avatar
    Join Date
    Dec 2003
    Location
    Michigan
    Posts
    50
    Do I have to install the whole cygwin or can I use mingw?
    I tried using mingw, but I ran into a few problems so I used cygwin instead.
    I installed gcc/g++, gdb etc... with the cygwin install.

  9. #39
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    I'm a little lost, I see this [attachment]...but which one do I chose to install?

    I think this is why I stopped trying last time.

  10. #40
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Install all the basic stuff(cat, grep, etc...), and any other kind of apps that you want... I think you can select entire packages, but most of the stuff you have to select one by one.
    Sent from my iPadŽ

  11. #41
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    sadly could you be more basic than that? cat, grep? Where are those located, I've always just been an ide guy, never delt with actual compilers or anything outside of it.

  12. #42
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    All the basic unix apps should be either in System or Utils. I happen to not have Cygwin on this particular computer, so I'll install it now and give you some more detailed explainations on what I did.
    Sent from my iPadŽ

  13. #43
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    cool, I'm checking out the eclipse CDT wiki and it has a section on using cygwin with it.

    this is so confusing.

  14. #44
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Yeah, based on Cygwins Setup help, all of the base applications should be automatically selected. Anything else like gcc, gdb, emacs... you have to select yourself. I'm not the person to really ask on what to choose. Consult with one of the local board Unix experts to find out what the must have apps are. Otherwise you can just select all of them one by one.

    http://cygwin.com/cygwin-ug-net/setu...html#id4725471
    Sent from my iPadŽ

  15. #45
    ♥Sexy Coding Hunk♥ CartoonLarry's Avatar
    Join Date
    Dec 2003
    Location
    Michigan
    Posts
    50

    Week 10

    I still have not received it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  2. Visual Studio 2005 - Cannot find C++
    By Swerve in forum C++ Programming
    Replies: 5
    Last Post: 02-23-2008, 04:59 PM
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. switch to visual studio 2005 or stick to dev-c++?
    By orion- in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 01-12-2007, 06:28 AM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM