Subversion Repositories svn.Prod repos

Rev

Rev 29 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 ls 1
This directory contains a demo of programming in different languages.
2
 
3
A program called filefind is written which produces a filetree, similar to the
4
output of the Unix find program.
5
 
6
It's implemented as a recursive program. If the language is multiplatform (like
7
C, java, PHP. ruby), the program may run on all the supported platforms, with
8
minor adaptions.
9 ls 9
The current makefiles only support Unix/Linux/BSD platform.
29 - 10
 
11
Note that no special filewalk libraries are used and error checking is limited.
32 - 12
This is done on purpose, its just a demo : implementing same algorithm in
29 - 13
different languages.