Ignore:
Timestamp:
10/26/10 10:57:54 (14 years ago)
Author:
Adam Kędziora <s301614@…>
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)
Message:

Replacing old implementation with working implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • _old/app/src/gue/guess.cc

    r57728c1 r1e121f4  
    22#include "guess.h" 
    33 
    4 #include <string.h> 
     4#include <cstring> 
    55#include <iostream> 
    6 #include <stdlib.h> 
    7 #include <assert.h> 
    8 #include <time.h> 
     6#include <cstdlib> 
     7#include <cassert> 
     8#include <ctime> 
    99 
    1010#define DICT 1 
     
    1818#define PREF_SIGN '_' 
    1919 
    20  
    2120using namespace std; 
    22  
    2321 
    2422Guess::Guess(const char* suf_file) 
Note: See TracChangeset for help on using the changeset viewer.