Changeset 1e121f4 for _old/app/src/gue/guess.cc
- Timestamp:
- 10/26/10 10:57:54 (14 years ago)
- Branches:
- master
- Children:
- a6e708f
- Parents:
- f712e16
- git-author:
- Adam Kędziora <s301614@…> (10/26/10 10:57:54)
- git-committer:
- Adam Kędziora <s301614@…> (10/26/10 10:57:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_old/app/src/gue/guess.cc
r57728c1 r1e121f4 2 2 #include "guess.h" 3 3 4 #include < string.h>4 #include <cstring> 5 5 #include <iostream> 6 #include < stdlib.h>7 #include < assert.h>8 #include < time.h>6 #include <cstdlib> 7 #include <cassert> 8 #include <ctime> 9 9 10 10 #define DICT 1 … … 18 18 #define PREF_SIGN '_' 19 19 20 21 20 using namespace std; 22 23 21 24 22 Guess::Guess(const char* suf_file)
Note: See TracChangeset
for help on using the changeset viewer.