Sciweavers


Book
246views
15 years 8 months ago
Using, Understanding, and Unraveling The OCaml Language
"These course notes are addressed to a wide audience of people interested in modern programming languages in general, ML-like languages in particular, or simply in OCaml, whet...
Didier Remy

Book
332views
15 years 8 months ago
Developing Applications With Objective Caml
"This is a preliminary translation of the book Développement d'applications avec Objective Caml by Emmanuel Chailloux, Pascal Manoury and Bruno Pagano, published by O�...
Emmanuel Chailloux, Pascal Manoury and Bruno Pagan...

Book
359views
15 years 8 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
424views
15 years 8 months ago
The New C Standard
"This book contains a detailed analysis of the International Standard for the C language"
Derek M. Jones

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

Book
460views
15 years 8 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 8 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

Book
285views
15 years 8 months ago
Teachers' Guide to Practical C++ Programming
"This book is designed to provide teaching materials to any instructor who wants to use Practical C++ Programming in his classroom. The materials contained in this book contai...
Steve Oualline

Book
1759views
15 years 8 months ago
The C++ Hackers Guide
"This book contains over 100 hacks which help C++ programs deal with the real. It includes coding tricks, tips on how to code safely, ideas on programming style, and some real...
Steve Oualline

Book
352views
15 years 8 months ago
C Elements of Style
This book covers the styling code convention of the C language.
Steve Oualline