Closed Thread
Results 1 to 3 of 3

Thread: IDE Tool for C++?

  1. #1
    MrDiaz is offline Learning Programmer
    Join Date
    Jul 2006
    Posts
    65
    Rep Power
    0

    IDE Tool for C++?

    I was wondering what dev tool you use for C++ applications? Maybe Borland C++ Builder? Qt Designer for Linux? I think Eclipse also has some plugins for C++ programming, not sure though.

    I have never worked with C++ but I plan to some day. Now I am trying to get as much as I can about Delphi, once im done with it I'll jump to web design a little bit more. I want to master css language, once I finish I'll go with C++. I just enjoy programming for Win32 plataforms.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    brackett is offline Programmer
    Join Date
    May 2006
    Posts
    192
    Rep Power
    22
    I use Bloodshed Dev-Cpp for basic C/C++ programming (standard or GNU libs), or VS.NET if I'm doing Win32 stuff.

    Of course, these days, I stay as far away from C/C++ as possible - preferring to do most stuff in (VB||C#).NET. About the only time I dip into C/C++ anymore is cross platform or embedded stuff.

  4. #3
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143
    I use Bloodshed's Dev-C++ as well. The MinGW compiler that comes with it isn't perfectly standards compliant, but it does well enough that I rarely have an issue. I've only found one issue where it allows you to violate the standard.

    For doing work on Windows, I intend to look at using wxWidgets or openGL.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Which keyword tool do you think that it is best?
    By stephen186 in forum Search Engine Optimization
    Replies: 10
    Last Post: 12-29-2011, 01:47 AM
  2. Tool For Java
    By shivam in forum Java Help
    Replies: 4
    Last Post: 01-03-2011, 03:31 AM
  3. Best Tool
    By shivam in forum Software Development Tools
    Replies: 2
    Last Post: 12-31-2010, 11:20 PM
  4. Tool tip?
    By Pointless in forum C# Programming
    Replies: 3
    Last Post: 09-08-2010, 12:01 PM
  5. Setx Tool
    By Syphilis in forum General Programming
    Replies: 0
    Last Post: 04-11-2010, 10:25 AM

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