+ Reply to Thread
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 37
Like Tree2Likes

Thread: C/C++ resources

  1. #1
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    C/C++ resources

    Remember to check the global FAQ, and also the C/C++ FAQ before you're posting any threads or posts.

    This is a thread containing different resources for the C/C++ programmer.

    If you have anything to add, please PM a staff member.

    Compilers
    Assemblers
    • A(3)86 (Intel syntax; DOS/Windows; Free; Closed-source)
    • FASM (Intel syntax; DOS/Windows/*nix; Free; Open-source)
    • GAS (AT&T syntax; Cross-platform; Free; Open-source)
    • HLA (Own syntax; Windows/*nix/Mac OS X; Free; Closed-source)
    • NASM (Intel syntax; DOS/Windows/*nix/Mac OS; Free; Open-source)
    • YASM (Intel/AT&T syntax; DOS/Windows; Free; Open-source)
    • TASM (Intel syntax; DOS/Windows; Non-free; Closed-source)
    • MASM (Intel syntax; DOS/Windows; Free; Closed-source)
    • MASM32 (Intel syntax; Windows; Free; Closed-source)

    Linkers
    • LD (Cross-platform; Free; Open-source)
    • GoLink (Windows; Free; Closed-source)

    Profilers
    • gprof (Cross-platform; Free; Open-source)

    Debuggers
    • GDB (Cross-platform; Free; Open-source)
    • OllyDbg (Windows; Free; Closed-source)
    • TVD (*nix/Mac OS X; Non-free; Closed-source)
    • WinDbg (Windows; Non-free; Closed-source)
    • SoftIce (Windows; Non-free, Closed-source)
    • KGDB (Linux; Free; Open-source)
    • IDA Pro Disassembler (Windows, Linux; Free; Closed-source)

    Integrated Development Environments
    • Visual C++ (Own compiler; Windows; Free; Closed-source)
    • Dev-C++ (Optional; Windows; Free; Open-source)
    • Orwell Dev-C++ (Optional, Windows; Free; Open-source)
    • Code::Blocks (Optional; Cross-platform; Free; Open-source)
    • Quincy 2005 (Optional; Windows; Free; Open-source)
    • Eclipse (Optional; Cross-platform; Free; Open-source)

    Rapid Application Developments
    • wxDev-C++ (wxWidgets; Windows; Free; Open-source)

    Standard C/C++ references

    Major libraries
    • wxWidgets (GUI; Cross-platform; Free; Open-source)
    • GTK+ (GUI; Cross-platform; Free; Open-source)
    • FLTK (GUI; Cross-platform; Free; Open-source)
    • Qt (GUI; Cross-platform; Free; Open-source)
    • JUCE (GUI, Media; Cross-platform; Free; Open-source)
    • WinPcap (Networking; Windows; Free; Closed-source)
    • Boost++ (General-purpose; Cross-platform; Free; Open-source)

    Books

    Other FAQ's than this one
    Thanks to MeTh0Dz|Reb0rn, WingedPanther, dcs, krwq and Irfan_A for their contributions.
    Last edited by Alexander; 12-16-2011 at 11:10 PM. Reason: Fixed TenDRA link, mention of Orwell Dev-CPP, style
    Microsuck likes this.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Order Zero is offline Newbie
    Join Date
    Aug 2008
    Posts
    2
    Rep Power
    0

    Re: C/C++ resources

    Thanks alot this is an excellent thread for any programmer

  4. #3
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: C/C++ resources

    Super list, even though I don't program in C or C++. +rep

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  5. #4
    Order Zero is offline Newbie
    Join Date
    Aug 2008
    Posts
    2
    Rep Power
    0

    Re: C/C++ resources

    Oh by the way I suggest Dev-C++ it includes everything you need in one simple download
    ankit1703 likes this.

  6. #5
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: C/C++ resources

    v0id already included Dev-C++ in the list.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  7. #6
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: C/C++ resources

    Thank you both.

  8. #7
    damoonica is offline Newbie
    Join Date
    Oct 2008
    Posts
    13
    Rep Power
    0

    Re: C/C++ resources

    follow up this easy tutorial for Object Oriented Programming in C++:

    Tutorial Link

  9. #8
    dcs
    dcs is offline Guru
    Join Date
    Mar 2008
    Posts
    775
    Rep Power
    23

    Re: C/C++ resources

    With regard to C++ books, I'll just echo the advice here. Proper credit: vawjr, who now has this posted.
    The following books are recommended; read them in mostly the order listed.
    Quote Originally Posted by Daved
    Consider adding C++ Coding Standards to that list. It is by Sutter and Alexandrescu, and has an excellent compilation and mini-discussion of many of the topics discussed in greater detail in the other books. It is not a coding standards book, but rather a guide to best practices in C++ code and would fit perfectly as an introduction or summary of many of the other books on that list (after Accelerated C++).
    The following is also recommended.

  10. #9
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42

    Re: C/C++ resources

    Thank you, dcs. I've put you on the list of contributors, as vawjr isn't a user of CodeCall. I hope you don't mind - and people can always read the rest of this thread, and notice you give him full credits.

    Quote Originally Posted by damoonica View Post
    follow up this easy tutorial for Object Oriented Programming in C++:

    Tutorial Link
    Thank you, but the list contains no tutorials at the moment. There would simply be too many to put on the list.

  11. #10
    Join Date
    May 2008
    Location
    Hell
    Posts
    3,852
    Blog Entries
    4
    Rep Power
    49

    Re: C/C++ resources

    New IDE I found quite good is, Eclipse

+ Reply to Thread
Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. C# .NET Resources
    By NeedHelp in forum C# Programming
    Replies: 20
    Last Post: 02-02-2012, 06:42 AM
  2. Looking for resources
    By shiyamhoda in forum C and C++
    Replies: 5
    Last Post: 10-13-2010, 10:29 AM
  3. Exe file Resources
    By MrAlicard in forum Visual Basic Programming
    Replies: 0
    Last Post: 09-10-2010, 04:02 AM
  4. MySQL Resources
    By dirkfirst in forum Database & Database Programming
    Replies: 2
    Last Post: 08-25-2009, 02:46 AM
  5. Resources
    By allen331 in forum C# Programming
    Replies: 3
    Last Post: 07-19-2006, 03:58 PM

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