Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: C/C++ help needed.

  1. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    C/C++  help needed.
    #1

    C/C++ help needed.

    I was wondering if anyone knew of a good c and/or c++ IDE. I am trying to see if there is anything better or just as good as the Microsoft studio one.

  2. Administrator Kanati's Avatar
    Join Date
    05-15-08
    Location
    Pekin, Illinois, United States
    Posts
    17,724
    Post Thanks / Like
    Stat Links

    C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed.
    #2

    Re: C/C++ help needed.

    Not many ide's can compete with visual studio.

    I think you can use eclipse cdt but I will stick with my visual studio.

    Krakkens and shit. stop tempting them.
    -- Bigdog

  3. Registered TeamPlayer Potemkine's Avatar
    Join Date
    11-16-06
    Posts
    12,797
    Post Thanks / Like
    Blog Entries
    3
    Stat Links

    C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed.
    Gamer IDs

    Steam ID: potemkine186 Potemkine's Originid: adundon186
    #3

    Re: C/C++ help needed.

    I like eclipse for java, but for C/C++/C# I have heard the general consensus was that MS Visual Studio was the best.

    If you have a valid .edu email address, MS can give you a CRAZY discount. If your affiliated with the MSDNAA at your college, I think you can get it for free. I can get VS 2008/2010 x86 as well as the team foundation server, from my school for free

  4. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    C/C++  help needed.
    #4

    Re: C/C++ help needed.

    hmm well thanks guys, fyi I like blueJ for java.

  5. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    C/C++  help needed.
    #5

    Re: C/C++ help needed.

    sorry for doube post, so I just checked and my college doesnt offer the visual studio for free but it has a whole bunch of other crap wtf! lol

  6. Registered TeamPlayer HeavyG's Avatar
    Join Date
    01-15-06
    Location
    Tampa, FL
    Posts
    9,270
    Post Thanks / Like
    Blog Entries
    5
    Stat Links

    C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed.
    Gamer IDs

    Steam ID: heavyg HeavyG's Originid: HeavyG21583
    #6

    Re: C/C++ help needed.

    For my college, I had to be enrolled in an approved MIS/CIS course to be eligible for MSDNAA.

  7. Administrator Bunni's Avatar
    Join Date
    08-29-07
    Posts
    14,279
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed.
    Gamer IDs

    Steam ID: bunni Bunni's Originid: Dr_Bunni
    #7

    Re: C/C++ help needed.

    visual studio, make sure your university does not provide MSDN subscription access or MSDNAA (if it does, it likely includes visual studios), i say this specifically, because most of the time if you just ask around your university for visual studios, people do not know MSDN subscription provides it. So ask explicitly if you're provided msdn access (microsoft developer network subcription) or MSDNAA (academic MSDN subscription).


    if your really desperate you could try eclipse. But its a POS. Builds are a pain (you have to manually write make and target files, rather than auto generating and editing). I got a lot of screwy shit with eclipse too, like crashing/unable-to-open source files sometimes, the stupid editor tap would crash, restarting eclipse would fix it sometimes... i mean come on, the ONE fucking thing the IDE is designed to do, it failed at! And its built on java evident by eclipses failure at handling internal IDE errors.

    But nothing beats the debugging capabilities of MVS, period. If you've got large projects (500+ header and source files), dont screw around with chump shit roll with MVS, and save up if you have to, its worth it (you wont need ultimate though), esp if you have a .edu address, ms will give you a giant discount.


    But dont waste your time on other IDE's, you'll pay the price in time spent debugging c/c++ code with shitty debuggers.


    let me know if you get it, ill make and post a list of all the extensions i use. Save uber amounts of time, generate classes with litterally 2 words per class/member/function definitions, so you can write the outline for a class in under 30 seconds. etc.

  8. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    C/C++  help needed.
    #8

    Re: C/C++ help needed.

    ya i was trying to get eclipse running but im not having such good luck.

    The one thing about MVS is i feel like i download a bunch of stuff I don't really use in the first place.

  9. Registered TeamPlayer DJ Ms. White's Avatar
    Join Date
    11-13-07
    Location
    Plano, TX and Ruston, LA
    Posts
    32,364
    Post Thanks / Like
    Blog Entries
    43
    Stat Links

    C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed.
    Gamer IDs

    Steam ID: DJMrWhite
    #9

    Re: C/C++ help needed.

    Damn, for students it's only a $105. That's a huge discount.
    enf-Jesus its been like 12 minutes and you're already worried about stats?! :-P
    Bigdog-
    Sweet home Alabama you are an idiot.

  10. Registered TeamPlayer Phyrelight's Avatar
    Join Date
    07-18-07
    Location
    Arizona
    Posts
    3,620
    Post Thanks / Like
    Stat Links

    C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed. C/C++  help needed.
    Gamer IDs

    Steam ID: Phyrelight Phyrelight's Originid: Phyrelightaz
    #10

    Re: C/C++ help needed.

    I used Visual Studio 2008 for my classes this last semester. It was awesome. Not only does it do C# and C and C++ you can also build full websites in it complete with style sheets and command pages. Drag and drop options to boot. I have VS2010 that I downloaded and burned to DVD from MSDNAA with my own serial key for future use but I am fine using 2008 for now. Luckily my work has a site license for staff to use VS so I can save my academic copy for home.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title