Browse
Showing 1 - 10 of 46 Next Showing 1 - 10 of 46
dout is cout except that whenever it is used, it prints the filename and the line number along with the dout statement. It is great for debugging, especially when using multiple files in a project....
The standard library algorithm random_shuffle makes for an easy implementation of BogoSort in C++....
A quick overview of the necessary code for spawning a sub-process under Windows, Linux (POSIX API) and wxWidgets.
Functions that implement the Angle class in angle.h
This is the header for the combinatorics engine that will index x choose k.
Here is the corresponding function code.
Implements quaternion functions in header quaternion.h
Showing 1 - 10 of 46 Next Showing 1 - 10 of 46