paradiseo/eo/tutorial
evomarc 04e429fdb1 I had to change the whole way the parameters are read, because EGCS did not
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 ...)
2001-01-02 07:03:57 +00:00
..
html I had to change the whole way the parameters are read, because EGCS did not 2001-01-02 07:03:57 +00:00
Lesson1 Initial version of the tutorial. 2000-11-29 18:19:57 +00:00
Lesson2 Update after the change in replacements 2000-12-19 18:43:25 +00:00
Lesson3 I had to change the whole way the parameters are read, because EGCS did not 2001-01-02 07:03:57 +00:00
Templates Adding Templates in dir tutorial, to hold some simple files that 2000-12-08 15:10:13 +00:00
index.html Initial version of the tutorial. 2000-11-29 18:06:09 +00:00
Makefile Initial version of the tutorial. 2000-11-29 18:06:09 +00:00
README Bottom-Up/Top-Down modifs 2000-12-19 18:18:08 +00:00

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