Programming, website development forum Get latest updates by RSS Follow TechnicalTalk on Twitter Follow TechnicalTalk on Facebook 
HomeSearchRecent PostsLoginRegisterContact Us

Username  
Password    
  Forgot your password?  

Pages: [1]   Go Down
 
  Email this topic  |  Print
0 Members and 1 Guest are viewing this topic.

C/C++ Free resources for you help

 
webmaster forum
Admin  Offline
*
 
Code Guru
Location: India
Gender: Male
Posts: 1387
Topics: 105
NaviBuster NaviBuster
WWW
December 12, 2008, 11:42:02 AM

With this sticky thread we are trying to collect all free C/C++ resources that might help you in programming.

Well GOOGLE is always best friends for programmer from last few years, we are just trying to make list of some good resources here.

You can always come back to this forum which is great source of knowledge with your queries/questions on programming.


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
  • KGDB - Linux; Free; Open-source


Integrated Development Environments


  • Visual C++ - Own compiler; Windows; Free; Closed-source
  • Dev-C++ - Optional; Windows; Free; Open-source
  • Code::Blocks - Optional; Cross-platform; Free; Open-source
  • Quincy 2005 - Optional; Windows; Free; Open-source


Rapid Application Developments

  • wxDev-C++ - wxWidgets; Windows; Free; Open-source


Standard C/C++ references

  • C FAQ - FAQs of the C usenet group
  • Cplusplus.com - both for C and C++
  • Cppreference.com - both for C and C++
  • The C Programming Language by Kernighan and Ritchie - also known as the "white bible" this is essential reading for any C programmers


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


Tutorials



E-Books


We will update this thread over periods.

If you think you have some informative link, and it should be added to this list then feel free to PM administrator.


« Last Edit: January 02, 2009, 09:52:24 AM by polas »
 
webmaster forum
vijay12  Offline
Activity
0%
 
Regular Coder
Posts: 67
Topics: 33
January 01, 2009, 10:45:34 PM

www.cprogramming.com is a web site designed to help you learn the C and C++ programming languages, and provide you with C and C++ programming language resources.

Edited to fix spelling mistakes and correct URL
« Last Edit: January 02, 2009, 08:27:37 AM by polas »
 
webmaster forum
Jennifer Linn
Activity
0%
 
New Coder
Location: UK
Gender: Female
Age: 26
Posts: 22
Topics: 5
WWW
March 16, 2009, 10:34:51 PM


Good post, thanks a lot admin for sharing these links on the board
« Last Edit: March 17, 2011, 12:31:53 PM by Admin »

Service Management Software
 
webmaster forum
anshuman  Offline
Activity
0%
 
New Poster
Posts: 2
Topics: 0
April 19, 2010, 04:12:53 AM

realy very use full
 
webmaster forum
parish  Offline
Activity
0%
 
New Poster
Posts: 2
Topics: 0
October 15, 2010, 12:21:19 AM

Thanks for ur information. .
« Last Edit: August 06, 2011, 10:47:18 PM by Admin »
 
webmaster forum
karen7  Offline
Activity
0%
 
New Poster
Posts: 6
Topics: 0
January 12, 2011, 03:25:24 AM

Sorry, I want to know what is C++.  
 
webmaster forum
Hemadri  Offline
Activity
0%
 
New Poster
Posts: 6
Topics: 0
January 18, 2011, 05:13:59 AM

Hi

C++ is an "object oriented" programming language created by Bjarne Stroustrup and released in 1985.  It implements "data abstraction" using a concept called "classes", along with other features to allow object-oriented programming.  Parts of the C++ program are easily reusable and extensible; existing code is easily modifiable without actually having to change the code.  C++ adds a concept called "operator overloading" not seen in the earlier OOP languages and it makes the creation of libraries much cleaner.

C++ maintains aspects of the C programming language, yet has features which simplify memory management.  Additionally, some of the features of C++ allow low-level access to memory but also contain high level features.

C++ could be considered a superset of C.  C programs will run in C++ compilers.  C uses structured programming concepts and techniques while C++ uses object oriented programming and classes which focus on data.  

Web development services
 
webmaster forum
waitely  Offline
Activity
0%
 
New Poster
Posts: 3
Topics: 0
January 26, 2011, 11:06:17 PM

Thanks for ur tips. . .
« Last Edit: March 17, 2011, 12:32:43 PM by Admin »
 
webmaster forum
Activity
0%
 
New Poster
Posts: 11
Topics: 0
WWW
January 27, 2011, 11:42:43 PM

fantastic post thnxs
 
webmaster forum
Samdka  Offline
Activity
0%
 
New Poster
Posts: 2
Topics: 0
March 28, 2011, 10:43:56 AM

thank you really useful post.  I wondered Can someone give me  the order of book names that i could learn C programming.  From beginning to advanced etc.
 
webmaster forum
Activity
0%
 
New Poster
Posts: 1
Topics: 0
March 29, 2011, 04:50:03 AM

Really you have shared great resources for everyone.

Thanks. . ! Reshma Shah
 
webmaster forum
waitely  Offline
Activity
0%
 
New Poster
Posts: 3
Topics: 0
April 06, 2011, 03:16:12 AM

Thanks for ur information. . .

Web designers
 
webmaster forum
Life Is Good!
Activity
0%
 
Professional Coder
Gender: Female
Posts: 242
Topics: 3
WWW
May 20, 2011, 08:55:36 AM

great! I've been looking for MASM for me to be able to compile assembly language.. hahaha.. to be honest, i usually forgot searching for it when i surf the internet that's why i never had the chance to google it.. hahaha.. thanks, by the way!

Affordable Custom Web Design Services
 
webmaster forum
msdnguide  Offline
Activity
0%
 
New Coder
Posts: 19
Topics: 1
WWW
May 27, 2011, 04:40:57 AM

Nice compilation of resources

Visual Studio
 
webmaster forum
Kevin  Offline
A computer Science student
Dream - To become a computer expert
Activity
20%
 
Skilled Coder
Real name: Kevin
Location: India
Gender: Male
Age: 18
Posts: 199
Topics: 51
kevin.cmaker
June 07, 2011, 12:03:17 PM

Let me add one more e-book.

Let us C - Yashwant Kanetkar .  I bet there is no other book that can help more than this book does especially for beginners.

Glad to help.

A TechnicalTalk member!
 
webmaster forum
Activity
0%
 
New Poster
Posts: 5
Topics: 0
WWW
July 02, 2011, 04:38:54 AM

C++ is an extension of C language.  The main difference between C and C++ is that C++ is object oriented while C is function oriented.  Object oriented programming paradigm is focused on writing programs that are more readable and maintainable.
 
webmaster forum
Activity
0%
 
Regular Coder
Gender: Male
Age: 24
Posts: 60
Topics: 10
July 15, 2011, 12:59:07 AM

Thanks for this valuable assets, it is helping a lot of people including me. Here i got everything.

Payday loan
 
webmaster forum
kellylsn  Offline
Activity
0%
 
Professional Coder
Posts: 229
Topics: 7
July 16, 2011, 12:30:00 AM

This is very useful article to get well known of c/c++.

Payday Loan
Online Easy Loans
 
webmaster forum
kbelly  Offline
Activity
0%
 
New Poster
Posts: 3
Topics: 1
July 17, 2011, 11:12:15 PM

thank you for giving this useful stuff. I like it very much.
 
  Email this topic  |  Print
Pages: [1]   Go Up
 
Jump to:  



Powered by SMF 1.1.15 | SMF © 2011, Simple Machines


Google visited last this page December 22, 2011, 04:12:00 PM