Download WordPress Themes, Happy Birthday Wishes

GNU Make: A Program for Directed Compilation

The Make program is indispensable to maintainers of free software systems. The GNU Make manual, written by the program's original authors, is the definitive tutorial. It also includes an introductory chapter for novice users. The Make utility automat

Read More »

C++ For C Programmers

A textbook of C++ examples intended for C programmers. This book is not a starting point for new C++ programmers who do not know C. It is a transition tool for C programmers.

Read More »

Linkers and Loaders

Written for any programmer who works with compiled code, this book surveys today's hardware platforms with a tour of how code is linked and executed on IBM mainframes, Unix, and Windows. This handy title fills a valuable niche for anyone who wants to

Read More »

Haskell Tutorial for C Programmers

This book is written to introduce Haskell for programmers of imperative languagues, including C, C++, Java, Python, and Pascal, etc.Many people are accustomed to imperative languagues, which include C, C++, Java, Python, and Pascal. For computer scie

Read More »

Build Your Own Lisp

If you've ever wondered how to build your own programming language or wanted to learn C but weren't sure where to start, this is the book for you. In under 1000 lines of code you'll start building your very own programming language, and in doing so l

Read More »

Code Connected Volume 1: Learning ZeroMQ, Professional Edition for C/C++

Even connecting a few programs across a few sockets is plain nasty when you start to handle real life situations. Trillions? The cost would be unimaginable.Connecting computers is so difficult that software and services to do this is a multi-billion

Read More »

ANSI C for Programmers on UNIX Systems

This document aims to introduce C by providing and explaining examples of common programming tasks, and to enable the reader to learn from available source code by clarifying common causes of incomprehension. The first part of the document is an info

Read More »

Programming Pearls, 2nd Edition

This book is a collection of essays about a glamorous aspect of software: programming pearls whose origins lie beyond solid engineering, in the realm of insight and creativity. This book provides a guide for both students and experienced programmers

Read More »

Foundations of Computer Science, C Edition

This text combines the theoretical foundations of computing with essential discrete mathematics. It follows the same organization as its predecessor, "Foundations of Computer Science" (also published by W.H. Freeman), with all examples and exercises

Read More »

C Elements of Style: The Programmer’s Style Manual for Elegant C and C++ Programs

This handy guide covers the principals of good programming style, teaching C and C++ programmers how to write code that can be easily read, understood, and maintained by others. Whether you're a student or professional programmer, you'll benefit from

Read More »