next up previous contents
Next: Compiler error messages for Up: Some programming recommendations Previous: General   Contents

Programming language

Many programming languages are suitable to write traffic simulations. Here are some comments about the most common ones:

Recommendation: C++ or java, depending on own experience.

In the following, we will often give examples in C++ style. The goal is not to push C++ to its limits (as said above, in our experience very few people can read and maintain the resulting code) but to end up with design patterns that hopefully help average programmers. We will use the Standard Template Library (STL) where we feel that this is helpful.


next up previous contents
Next: Compiler error messages for Up: Some programming recommendations Previous: General   Contents
2004-02-02