Free Programming Ebooks



The author of this C++ ebook (Tom Anderson), present this ebook in 10 chapter started with introduction, C in C++, Basic concept in C++, Advanced Concepts in C++ Dangerous but Occasionally Useful, Features To Avoid Like the Plague, Style Guidelines, Compiling and Debugging, Example : A Stack of Integers, Epilogue, & further reading

This is a good book to read as good as Bjarne Stroustrup “The C++ Programming Language” by Addison-Wesley

  • James Coplien, “Advanced C++”, Addison-Wesley, This book is only for experts, but it has some good ideas in it, so keep it in mind once you’ve been programming in C++ for a few years.
  • James Gosling, “The Java Language”, Java is a safe subset of C++, It’s main application is the safe extension of Web browsers by allowing you to download Java code as part of clicking on a link to interpret and display the document. Safety is key here, since after all, you don’t want to click on aWeb link and have it download code that will crash your browser. Java was defined independently of this document, but interestingly, it enforces a very similar style, for example: no multiple inheritance and no operator overloading.
  • C.A.R. Hoare, “The Emperor’s Old Clothes”, Communications of the ACM, Vol24, No2, February 1981 pp 75-83. Tony Hoare’s Turing Award lecture. How do you build software that really works. Attitude is everything - you need a healthy respect for how hard it is to build working software. It might seem that addding this whiz-bang feature is only “a small matter of code”, but that’s the path to late, buggy products that don’t work.
  • Brian Kernighan and Dennis Ritchie, “The C Programming Language”, Prentice-Hall. The original C book - a very easy read, But the language has evolved since it was 1rst designed, and this book doesn’t describe all of C’s newest features. But still the best place for a beginner to start, even when learning C++.
  • Steve Maguire, “Writing Solid Code”, Microsoft Press. How to write bug-free software; I think this should be required reading for all software engineers. This really will change your life - if you don’t follow the recommendations in this book, you’ll probably never write code that completely works, and you’ll spend your entire life struggling with hard to find bugs. There is a better way! Contrary to the programming language types, this doesn’t involve proving the correctness of your programs, whatever that means. Instead, Maguire has a set of practical engineering solutions to writing solid code.
  • Steve Maguire, “Debugging the Development Process”, Microsoft Press. Maguire’s follow up book on how to lead an effective team, and by the way: how to be an effective engineer. Maguire’s background is that he is a turnaround artist for Microsoft - he gets assigned to floundering teams, and figures out how to make them effective. After you’ve pulled a few all-nighters to get that last bug out of your course project, you’re probably wondering why in heck you’re studying computer science anyway. This book will explain how to write programs that work, and still have a life.
  • Scott Meyers, “Effective C++”. This book describes how 50 easy ways to make mistakes C++; if you avoid these, you will be a lot more likely to write C++ code that works.
  • Bjarne Stroustrup, “The C++ Programming Language”, Addison-Wesley. This should be the definite reference manual, but it isn’t? You probably thought I was joking when I said the C++ language was continually evolving. I bought the second edition of this book three years ago, and it is already out of date. Fortunately, it’s still OK for the subset of C++ that I use.
  • Download free ebook : Tom_Anderson–A_Quick_Introduction_to_C++.pdf

    One Response to “A Quick Introduction C++”

    1. rajnish

      good book for c++

    Leave a Reply

    Powered by WordPress. All rights reserved.