Useful Resources
C/C++
Here's some links to tutorials, sample programs and guides that are worth taking a look:
- Cplusplus.com Tutorial
- FunctionX C++ Tutorial
- C++ A Dialog - Programming with the C++ Standard Library, by Steve Heller
- Informit C++ Guide
- C/C++ Sample Programs from Bradley University (Malinowski)
- C++ and Advanced C++ Course (Mudge)
- C Tutorial from University of Waterloo (Trudeau)
- C++ Tutorial from University of Waterloo (Trudeau)
These programming reference sites are helpful if you're looking for specific syntax/details for functions and operators:
- MSDN C++ Language Reference
- C++ Reference Project (C standard library, STL)
- Cplusplus.com
iostreamLibrary Reference - Standard Library (Rebbechi)
- C++ Glossary (McCluskey)
Some very good material for advanced C/C++ learners:
- Thinking in C++ (Volume 1) by Bruce Eckel
- Thinking in C++ (Volume 2) by Bruce Eckel
- C++ FAQ Lite - Frequently Asked Questions (Cline)
- Introduction to Object-Oriented Programming Using C++ (Muller)
- C and C++ Style Guides (Lott)
- C++ Programming for Scientists (Pozo and Remington)
- Optimizing C++, by Steve Heller
Some useful articles and resource lists on C/C++:
- CProgramming.com - Your Resource for C and C++ Programming
- Cambridge University Engineering Department (CUED) C++ Resources
- ObjectMentor C/C++ Articles