DEV Community

Vijay Singh Khatri
Vijay Singh Khatri

Posted on

C Programming Books | C++ Books

C is a programming language very apt to learn to program if you have no experience in this of the world of development. As we talked to you a few days ago, there is no ideal programming language to start in this computer, that is based more on the environment in which you want to program. But if it is true that there are languages that are more suitable for debuting in the world, and one of those languages is C. Thanks to the Internet, we do not need advanced training to acquire programming knowledge. Eye, with this I am not saying that the courses, degrees and careers destined for it are not useful, I am only clarifying that if you do not have access to these teachings, for whatever reasons, the Internet can give you a cable.

There are YouTube channels to start that show you from scratch the teaching of a programming language, but, in my view, how you can best train yourself in a self-taught way is reading programming books. C was the programming language with which I started and like me, many more people. It is a language that is already a few years old but stands out for its power and versatility. It is still one of the languages most used today when it comes to creating applications. If we talk about his brother C++, I will not tell you. Moreover, it seems to live a second youth thanks to the development of video games.

If you do not know where to start and want to start training in a job with future and multiple outputs without costing you God and help learn, we have something prepared for you. These are free books about C and C++ that will help you acquire the necessary knowledge to create your own applications and craft a different future. Of course, you must have some level with English, since the books that we expose you here are written in the language of Shakespeare.

Do you want to start in this of the development but you do not have means? Attentive to the selection of books we have prepared for you:

The C Book

The C Book introduces you to the programming language C and offers a structured approach aimed at professionals and students with some experience in high-level languages. It is to review his many practical exercises, apart from his good texts on language theory. In addition, it has a very interesting part with the most common errors when programming in C.

How to Think Like a Computer Scientist C ++ Version

How to Think Like a Computer Scientist C++ Version will teach you the basics to start programming in C++ and will focus your texts to think your practices through the structural and object-oriented design of which C++ is characterized. It is published under the terms of the GNU Free Documentation License. If you decide to buy them, you should know that the money raised will support the development of free software and documentation.

Thinking in C++

Written from years of seminars taught around the world, Thinking in C++ takes the C programmer to the easiest route to master C++: step by step within what the programmer already knows. It is a very useful book to bridge between C and C++ and will help those programmers who, incredible as it may seem, have not been updated in terms of object-oriented programming.

C++ Annotations

This book is aimed at users with knowledge of C (or any other language with a grammar similar to C such as Perl or Java) who want to know more or make the transition to C++. This document is the main textbook for the C++ courses that are organized every year at the University of Groningen, the Netherlands. C++ Annotations does not cover all aspects of C++, but anyway it will help you take that step between C and C++ that you need so much. It would not be bad that you will review your handling on C before since in this book they start from a knowledge base of that language.

Visual C++ 6 Unleashed

Visual C++ 6 Unleashed offers full coverage of the basics for programming in Visual C++ 6. This book skips the initial level material and jumps directly to Visual C++. At the end of the book, you will be able to master the 32-bit power of Windows using Visual C++ as a programming language. Topics include the domain of the debugger, the use, and integration of HTML help, the creation of custom AppWizards, customization of the IDE with add-ons, writing MFC multi-threaded applications, the development of NT services and much more.

With these resources that we have shown you if you still do not learn to program in C and C++ it is because you really do not want it. Here we have listed only 5 top free books, Click on the given Link for More C Programming Books

Latest comments (0)