How to read ansic file into a pre-defined class?
I have a series of files written in the following format,
2 # number of classes
100 # number of items for the first class object
0 foo
1 foo
...
99 foo
150 # number of items for the second class object
0 bar
1 bar
...
How to read ansic file into a pre-defined class?
I have a series of files written in the following format,
2 # number of classes
100 # number of items for the first class object
0 foo
1 foo
...
99 foo
150 # number of items for the second class object
0 bar
1 bar
...
1