Changeset 2f8d6d8 for app/src/gue/guess.cc
- Timestamp:
- 10/14/09 21:27:05 (15 years ago)
- Branches:
- master
- Children:
- a26cf42
- Parents:
- 25b4022
- git-author:
- to <to@…> (10/14/09 21:27:05)
- git-committer:
- to <to@…> (10/14/09 21:27:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/gue/guess.cc
r25ae32e r2f8d6d8 3 3 4 4 #include <string.h> 5 #include <iostream .h>5 #include <iostream> 6 6 #include <stdlib.h> 7 7 #include <assert.h> … … 17 17 18 18 #define PREF_SIGN '_' 19 20 21 using namespace std; 22 19 23 20 24 Guess::Guess(const char* suf_file)
Note: See TracChangeset
for help on using the changeset viewer.