allow the nice constructs I had imagined (and compiled with g++) - I removed the createParam method in Parser class - that was creating the parameters on the heap. Not allowed to have a templatized method ??? - I removed the subroutine read_param in SecondBitEA, as you need to create permanent parameters (eoParser only holds references), and egcs did not allow to create them by reference, i.e. in the line eoValueParam<xxx> & blablaParam(...); So now everything is done in the main_function, and 3 lines are needed to create and read every paramter (sigh ...) |
||
|---|---|---|
| .. | ||
| html | ||
| Lesson1 | ||
| Lesson2 | ||
| Lesson3 | ||
| Templates | ||
| index.html | ||
| Makefile | ||
| README | ||
Eo Tutorial - corresponding to EO version 0.9.1+ To start the tutorial, read index.html in your favorite browser. Many things are missing, including many solutions for the exercises, the introduction to EC and most of the Component-based pages. More important, all examples of this tutorial have only been tested on a Linux computer, and the Makefile will not work with MS-Windows systems. Any help is welcome! Be patient ... evoMarc