Anirudh's C++ Links
FLTK Programming Manual
C++ Class Reference
TopCoder.com: Compete to be the best C++/Java programmer
(
Topcoder problems and my solutions
)
STL:
SGI STL introduction
,
Another Basic STL introduction
C/C++ Bitwise operators
Some useful C features:
Power of sscanf
C++ tutorial
A quick tutorial on pointers and arrays in C
C++ Guru of the Week
Thinking in C++
by Bruce Eckel
(
PDF vol 1/2
,
PDF vol 2/2
)
C++ FAQ
Introduction to C++ Standard Library
(
Other STL resources
)
C++ Standard Template Library (STL) Tutorial
(
Another STL Tutorial
)
Some sample C++ programs
Some nifty and useful C programs
FOX Toolkit: For writing portable GUI applications
POOMA: Parallel Object-Oriented Methods and Applications
GSL: GNU Scientific Library
Bjarne Stroustrup's homepage !
Freely available C++ libraries for Numerical Computations
My implementation of Dijkstra's algorithm in C++