From: Tiberius D. <tib...@me...> - 2002-10-07 06:40:25
|
>2 questions: >1. do we have any standard development tools/platforms? > The code should compile with most of the C++ compilers ( gcc, borland, microsoft ) also on Linux and Windows. So we need to use cross-platform libraries like STL, OpenGL. As much as I know, LFC cross-platform library has these features: - streams - threads - regular expression support - debuging support - RTTI? ( do I remeber correctly, what is it about? ) - smart pointers ( is the list complete? ) When we will need one of these feature, we will consider using it. >2. what do u mean by better syncronization? > Consider this configuration ( * is wall; & is unit; + the ends of the path ) ********** * + * * ***&**** * * * * & + * * * * ********** Do something similar on the GridPF and say to a unit to go from one + to another one + and you will understand ;) |