C C++ Reference Manual

Retired

This book is no longer available for sale.

C C++ Reference Manual

About the Book

C and C++ are the prime programming languages for any system including a small but powerful device such as Arduino to a very complex software system (such as Redis, or an autonomous car that runs C++) running on a huge server.. the C and C++ are high performance languages and allow to squeeze in every bit of CPU power and thus exploiting the capabilities of optimizations.

In modern day world, it is very important to learn both the programming languages no matter what the area or field that you are working / going to work on.

The book i wrote here, is a collection of very large set of programming examples in C, C++ that are compiled and tested on the linux machines using GCC and G++ compilers. The book is completely written from my experience on both the languages, and that is why you might see more code than comparatively any other books you have read on C or C++.

The book also cover some of the very important aspects of cybersecurity. Putting cybersecurity at the start of any software development is a big win in any product that is being developed. Thus, i have covered it as well to my knowledge on both C and C++.

The book covers many practical problems answered in C, C++. The book is still work in progress.

About the Author

devnaga
devnaga

Devnaga is an experienced software devleoper. His favorite operating systems are Linux and ThreadX. His favorite programming languages are C, Python and Golang.

Table of Contents

  •  
    • Intro
  • Source code conventions
  • Abbreviations
    • 1. Introduction to Compilers
  • C Programming Language
    • Introduction
    • Loops and conditional statements
    • constant keyword
    • arrays
    • structures
    • pointers
    • Functions
    • command line arguments
    • string manipulation API
    • Dynamic memory allocation
    • FILE I/O
    • variable arguments
    • variable argument functions
    • Data structures
    • Linked Lists
    • circular linked lists
    • Doubly linked lists
    • ring buffers
    • queues
    • stacks
    • trees
    • Hash tables
    • Graph
  • CPP programming
    • Intro
    • constant and constexpr keyword in C++
    • FILE I/O
    • ‘new’ and ‘delete’ operators (Allocation and Free)
    • class
    • structures in C++
    • constructors
    • destructor
    • constructor overloading
    • ‘this’ pointer
    • Inheritance
    • overloading functions (polymorphysm)
    • operator overloading
    • Standard template library
    • std::chrono (from c++ - 14) use -std=c++14
    • std::to_string
    • std::sort
    • std::find
    • std::signal
    • std::map
    • namespaces
    • std::string Standard library std (String library)
    • USECASE
    • Lists (std::list)
    • std::stack
    • std::queue
    • Double ended queues (std::deque)
    • vectors (std::vector)
    • std::array
    • std::thread
    • std::mutex
    • std::condition_variable
    • std::transform
    • std::bind
    • std::function
    • std::underlying_type
    • std::for_each
    • std::numeric_limits
    • std::fundamental
    • std:boolalpha
    • std::bitset
    • C++ exception handling
    • templates
    • Design Patterns
    • Singleton class
    • Advanced Cpp concepts
    • static member functions
    • std::pair
    • Boost libraries
  • Appendix. A CMAKE
  • Appendix. B source code examples in C
  • Appendix. Source code examples in C++
    • strings:
    • Queues:
  • Appendix. D Cyber security - Secure coding practices
    • security framework principles
    • coding practices in C and C++
    • Details and Analysis of common vulnerabilities / issues in the programming:
  • Appendix. E Valgrind
    • Leak analysis
    • Error Analysis
  • Appendix. F FAQ
  • Useful Links

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub