Last change
on this file was
e7de6cc,
checked in by Tomasz Obrebski <to@…>, 13 years ago
|
new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated
|
-
Property mode set to
100644
|
File size:
184 bytes
|
Line | |
---|
1 | |
---|
2 | #include <iostream> |
---|
3 | #include <stdlib.h> |
---|
4 | |
---|
5 | #include "../lib/tfti.h" |
---|
6 | |
---|
7 | #include <fstream> |
---|
8 | |
---|
9 | using namespace std; |
---|
10 | |
---|
11 | int main() |
---|
12 | { |
---|
13 | TFTiv<char,char> a; |
---|
14 | a.read(); |
---|
15 | a.save(); |
---|
16 | |
---|
17 | return 0; |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.