Frequently Recommended Programming Books
Coding Styles, Algorithms, Security, Rapid Development, etc
Frequently Recommended Programming Books
This page lists a few books frequently recommended by others. Included here are books on algorithms and coding style. If you are looking for good books on a particular programming language, please check the index of programming books for the appropriate language page.
Note that these books are (obviously) not free. You may obtain them from any local bookstore or order them from an online store like Amazon.com. The links below point to the same item in the Amazon website, where there are typically some reviews from other readers too.
Related Pages
- Frequently Recommended C and C++ Books
- Frequently Recommended Windows Programming Books
- Frequently Recommended Unix / Linux / BSD Programming Books
- Frequently Recommended Internet / Network Programming Books
- Frequently Recommended Books for Webmasters
- Free Debugging Tools, Static Source Code Analysis Tools, Bug Trackers
- Free Compiler Construction Tools: Lexers, Parser Generators, Optimizers
Disclaimer
The information provided on this page comes without any warranty whatsoever. Use it at your own risk. Just because a program, book, document or service is listed here or has a good review does not mean that I endorse or approve of the program or of any of its contents. All the other standard disclaimers also apply.
Frequently Recommended Books on Programming
- Code Complete
This book, by Steve McConnell, is definitely one of the best books on writing elegant, self-documenting and maintainable software. It is extremely practical, and the recommendations given come from careful research. It is also very readable, and sometimes humourous. In the opinion of many programmers (including me), this book is a must-have.
- Writing Secure Code, Second Edition
This book, by Michael Howard and David LeBlanc, deals with the principles behind writing secure code on Windows systems as well as provide specific help in designing and testing secure applications. Among the topics covered are buffer overruns, access control (ACLs), cryptography, protecting secret data, database input, socket security, securing RPC, ActiveX Controls and DCOM, writing secure .NET code, security testing, building privacy into your application, dangerous APIs (Windows APIs as well as standard functions in a C library), etc. I consider this book an essential read for Windows programmers.
- Rapid Development
Rapid Development, by Steve McConnell is a book for project managers (and possibly others in the software development process). It gives strategies and tips to help you manage your project schedule effectively, and avoid the problems that usually crop up in rapid development projects.
- The Art of Computer Programming
If you want THE book on algorithms and data structures, then you should go for the newly updated edition (3rd edition) of Donald E Knuth's three volume work on algorithms. Volume 1 deals with fundamental algorithms (eg, techniques for manipulating stacks, queues, lists, arrays, trees, etc; garbage collection, Huffman encoding, dynamic allocation algorithms, etc), Volume 2 deals with seminumerical algorithms (random number generators, floating point, optimized arithmetic algorithms, etc), and Volume 3 provides the reader the necessary information to select the best sorting and searching algorithm for your particular task, given your data structures, storage systems and output requirements. Note, though, that the books are pretty heavy reading, and a number of people find them difficult to plough through. If you are one of those, you might want to check out the other algorithms books listed on this page.
- Algorithms in C++ : Fundamentals, Data Structures, Sorting, Searching
This is the C++ version of Robert Sedgewick's book on algorithms and data structures. The third edition adds new algorithms as well as expands on the explanations given for existing algorithms.
- Algorithms in C: Fundamentals, Data Structures, Sorting, Searching
If you are looking for a book on algorithms, you might want to take a look at this book by Robert Sedgewick. This book, now in its third edition, covers over 100 algorithms for sorting, selection, queues, searching, etc.
- The Practice of Programming
Written by Brian W Kernighan and Rob Pike, this book deals with algorithms, common coding pitfalls, data structures, debugging and testing, and portability. The authors are well known for writing code that is elegant, simple, clear and yet effective and efficient. Kernighan is one of the pioneers of the C programming language. Note that the book is fairly simple, and if you have some programming experience in your pocket you might find this book too shallow in its treatment of the subject. In that case, you might want to try Steve McConnel's Code Complete instead (reviewed above).
Related Pages
- Free C / C++ Libraries, Source Code and Frameworks
- Free Setup Utilities / Installers - package your app in a user-friendly bundle
- The Beginner's A-Z Guide to Starting/Creating Your Own Website
- Tips on Choosing a Good Domain Name - get one for your software
- Which Web Host Do You Recommend? (FAQ)
- Appearance, Usability and Search Engine Visibility in Web Design
- Free Data Recovery, File and Partition Recovery, Undelete and Unformat Software
- Free DVD/CD Emulators, Free Virtual CD/DVD Drives
Can't Find What You're Looking For?
Newest Pages
- How the Meta Description Tag May Harm Your Website
- Free PHP CAPTCHA Scripts
- How to Insert Google AdSense Advertisements into Your Blog on Blogger
- How to Add the Copyright Symbol to Your Web Page
- Free PDF Readers / Viewers
- How to Create and Use Cookies in PHP
- How to Design a Two Column Layout for Your Website Using CSS
- How to Slipstream Windows XP Service Pack 3 to Create an Integrated XP Setup Disk with SP 3
- Free 3D Software Box Image Makers
- Dreamweaver Tutorial: How to Create a Website with Dreamweaver CS3
Popular Pages
- How to Create/Start Your Own Website: The Beginner's A-Z Guide
- How to Register Your Own Domain Name - how to get your own domain name
- How to Create a Bootable Windows XP Setup CD/DVD on a Preinstalled Windows System
- Free Partitioning Software - Copy, Create, Move, Resize, Convert, Undelete Partitions
- Free Data Recovery, File and Partition Recovery, Undelete and Unformat Software
- How to Create an Emergency Windows Rescue CD
- Free Spyware / Malware Detection, Removal and Prevention Software
- Free DVD Authoring and Creation Software
- Free CD and DVD Burners and Copying Software
- Free Hard Disk Backup and Restore, Hard Disk Image and Cloning Utilities
How to Link to This Page
It will appear on your page as:
Frequently Recommended Programming Books
