Basics
Benefits
Background theories
Versus other paradigms
Tutorials
Open discussions
Contacts
Basics
Benefits
Background theories
Versus other paradigms
Tutorials
Open discussions
Contacts
Read a file “hello?.txt” and generate different type of outputs.
Read the “hello1.txt” file and send each line to “cout”.
Read the “hello2.txt” file and send each line to “cout”, with evenBoard and reverting odd and pair lines.
Read the “hello1.txt” file and send each line to “cout”, with evenBoard.
Read the “hello2.txt” and “hello4.txt” files and send each line to “cout”, with eveBoard and reverting odd and pair lines.
All this different behaviors, only with one executable, without recompiling the software…
With “Evenja - complexity solved” making an analysis, is only drawing the “move” of the datas.
Read a file send datas to a board, send grouped datas to concat, send to cout.
Input : read file “hello2.txt”
Board : group datas (lines) by two datas (evenja library default)
Prg : concat the lines
Output : write to “cout”
Read a file send datas to a board, with “followDestination” board behavior, send grouped datas to concat, send to cout.
Input : read file “hello3.txt”, with followDestination
Board : group datas (lines) by two (evenja library default)
Prg : concat the lines
Output : write to “cout”