Sciweavers


Source Code
579views
14 years 8 months ago
The CImg Library
The CImg Library is an open source, C++ toolkit for image processing, designed with these properties in mind : Usefulness CImg defines classes and methods to manage images in y...
David Tschumperlé

Book
336views
15 years 9 months ago
C++: A Dialog
"Assuming that you want to learn C++, why should you read this book rather than any of dozens of other introductory C++ books? One difference between this book and other intro...
Steve Heller

Source Code
1763views
15 years 9 months ago
dlib C++ Library
A library for developing portable applications that deal with networking, threads (message passing, futures, etc...), graphical interfaces, complex data structures, linear algebra,...
Davis E. King

Book
1497views
15 years 10 months ago
How to Think Like a Computer Scientist: C++ Version
"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 Mathemati...
Allen B. Downey

Book
343views
15 years 10 months ago
A Beginners C++
"This book is primarily intended to be a text for the programming component in an introductory two semester computer science course (some materials are a little advanced and m...
Neil Gray

Book
1455views
15 years 10 months ago
Introduction to Object-Oriented Programming using C++
A set of lecture notes that introduces the reader to the object-orientation as a new programming concept. However, this is not a course for learning the C++ programming language.
Peter Müller

Book
359views
15 years 10 months ago
C++ Annotations
"This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transi...
Frank B. Brokken

Book
385views
15 years 10 months ago
C and C++ Style Guides
"This is an archive of style guides for C and C++ code."

Book
460views
15 years 10 months ago
C++ Essentials
"This book serves as an introduction to the C++ language. It teaches how to program in C++ and how to properly use its features. It does not attempt to teach object-oriented...
Sharam Hekmat

Book
252views
15 years 10 months ago
C++ GUI Programming with Qt 3
"The purpose of this book is to teach you how to write GUI programs using Qt 3."
Jasmin Blanchette, Mark Summerfield