We present a list of programing tips and tricks. With these tips users can increase their productivity on the computer programming and make their overall computer experience a lot more enjoyable. This section will grow over time as new entries are added and current entries updated. We will cover a wide range of topics in C++ programming applied to scientific programming. You are welcome to bring your own suggestions
This page is an on-going work in progress and will be updated periodically, stay tuned.

Square Root computation

Make use of metaprogram to compute the square root.

C++ Scientific Programming

We present a piece of code taken from our programming environment.

Boost Range Test

Some test with the boost range library.