C/C++
C is a powerful system programming language, and C++ is an excellent general purpose programming language with modern bells and whistles.
Site: https://isocpp.org
Books

How to Think Like a Computer Scientist: C++
The goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathematics, Engineering, and Natural Science. Like mathematicians, computer scientists use formal languages to denote ideas.

An Introduction to GCC
This manual provides a tutorial introduction to the GNU C and C++ compilers, gcc and g++. Many books teach the C and C++ languages, this book explains how to use the compiler itself. Based on years of observation of questions posted on mailing lists, it guides the reader straight to the important options of GCC!