C/C++ Free resources for you help |
| |
 |
Reputation Power: 20
 
| | Code Guru Location: India
Gender:  Posts: 1482 Topics: 140  |
|
C/C++ Free resources for you help
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. CompilersAssemblers- 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
TutorialsE-BooksWe 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 »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
| |
 |
Reputation Power: 2

| | Regular Coder Posts: 67 Topics: 33 |
|
Re: C/C++ Free resources for you help
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 »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Jennifer Linn Reputation Power: 1

| | New Coder Location: UK
Gender:  Age: 27
Posts: 22 Topics: 5  |
|
Re: C/C++ Free resources for you help
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 »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 2 Topics: 0 |
|
Re: C/C++ Free resources for you help
April 19, 2010, 04:12:53 AM
|
realy very use full
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 2 Topics: 0 |
|
Re: C/C++ Free resources for you help
October 15, 2010, 12:21:19 AM
|
Thanks for ur information. .
« Last Edit: August 06, 2011, 10:47:18 PM by Admin »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 6 Topics: 0 |
|
Re: C/C++ Free resources for you help
January 12, 2011, 03:25:24 AM
|
Sorry, I want to know what is C++.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 6 Topics: 0 |
|
Re: C/C++ Free resources for you help
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
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 3 Topics: 0 |
|
Re: C/C++ Free resources for you help
January 26, 2011, 11:06:17 PM
|
Thanks for ur tips. . .
« Last Edit: March 17, 2011, 12:32:43 PM by Admin »
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 11 Topics: 0  |
|
Re: C/C++ Free resources for you help
January 27, 2011, 11:42:43 PM
|
fantastic post thnxs
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 2 Topics: 0 |
|
Re: C/C++ Free resources for you help
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.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 1 Topics: 0 |
|
Re: C/C++ Free resources for you help
March 29, 2011, 04:50:03 AM
|
Really you have shared great resources for everyone.
Thanks. . ! Reshma Shah
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 3 Topics: 0 |
|
Re: C/C++ Free resources for you help
April 06, 2011, 03:16:12 AM
|
Thanks for ur information. . .
Web designers
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Life Is Good! Reputation Power: 3

| | Professional Coder Gender:  Posts: 239 Topics: 3  |
|
Re: C/C++ Free resources for you help
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!
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 19 Topics: 1  |
|
Re: C/C++ Free resources for you help
May 27, 2011, 04:40:57 AM
|
Nice compilation of resources
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
A computer Science student Reputation Power: 6

| | Professional Coder Real name: Kevin Location: India
Gender:  Age: 19
Posts: 290 Topics: 76
|
|
Re: C/C++ Free resources for you help
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.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 5 Topics: 0  |
|
Re: C/C++ Free resources for you help
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.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | Regular Coder Gender:  Age: 25
Posts: 60 Topics: 10 |
|
Re: C/C++ Free resources for you help
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.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Posts: 226 Topics: 7 |
|
Re: C/C++ Free resources for you help
July 16, 2011, 12:30:00 AM
|
This is very useful article to get well known of c/c++.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 3 Topics: 1 |
|
Re: C/C++ Free resources for you help
July 17, 2011, 11:12:15 PM
|
thank you for giving this useful stuff. I like it very much.
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Posts: 216 Topics: 1  |
|
Re: C/C++ Free resources for you help
December 24, 2012, 04:54:50 AM
|
Really nice thread , many many thanks for this useful post. 
Sorry, but you are not allowed to view signatures , please Register or Login
|
|
| |