Download WordPress Themes, Happy Birthday Wishes
Home » Computer (page 202)

Computer

Free computer eBooks (programming, web development, networking, hacking and security).

The Boost C++ Libraries

This book is an introduction to the Boost C++ Libraries. The Boost C++ Libraries complement the C++ standard and add many practical tools that can be of use to any C++ developer and in any C++ project. Because the Boost C++ Libraries are based on the

Read More »

Elements of Programming

This book provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation.The book shows tha

Read More »

Essential C++

This book written to provide clear and concise explanation of topics for programmers both starting to learn the C++ programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to

Read More »

C++ Essentials

This book introduces C++ as an object-oriented programming language. No previous knowledge of C or any other programming language is assumed.It presents the basics of C++ in the context of procedural, generic, object-based, and object-oriented progra

Read More »

Pro TBB: C++ Parallel Programming with Threading Building Blocks

This book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming w

Read More »

Fundamentals of Programming C++

This book teaches the basics of C++ programming in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples such as game programming, club membership organization, grade tracking and grade point avera

Read More »

Object Oriented Programming with ANSI-C

object-oriented-programming-with-ansi-c

This book is not going to praise object-oriented programming or condemn the Old Way. It's simply going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we h

Read More »

Learn C The Hard Way: A Clear and Direct Introduction To Modern C Programming

In this book, you'll learn C by working through 52 brilliantly crafted exercises. Watch Zed Shaw's teaching video. Type his code precisely. (No copying and pasting!) Fix your mistakes. Watch the programs run. As you do, you'll learn what good modern

Read More »

Reverse Engineering for Beginners

This book offers a primer on reverse-engineering, delving into 'disassembly'-code-level reverse engineering and explaining how to decipher assembly language for those beginners who would like to learn to understand x86 (which accounts for almost all

Read More »

Scheme 9 from Empty Space: A Guide to Implementing Scheme in C

This book is a thorough guide of the internals of the scheme system with the same name. It provides a detailed account of every aspect of a non-trivial interpreter, from memory management, through the implementation of primitives, all the way up to t

Read More »