Sciweavers


Book
285views
15 years 3 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 3 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

Source Code
2846views
15 years 4 months ago
Armadillo C++ matrix library
Armadillo is a streamlined C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. It is based on recursive templates. Integer, float...
Conrad Sanderson