~artit91/dimat/progtar

« back to all changes in this revision

Viewing changes to cmd/cmd.cpp

  • Committer: artit91 at gmail
  • Date: 2010-11-25 02:41:08 UTC
  • Revision ID: artit91@gmail.com-20101125024108-r2ocq43rfklzivvu
bin file törlése + rendezett parancslistázás

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
}  /*Cmd::Do*/
110
110
 
111
111
Cmd::Cmd() {
112
 
        
113
 
  system("clear");
 
112
        #ifdef WIN32
 
113
    system("cls");
 
114
  #endif
 
115
  #ifdef __linux__
 
116
    system("clear");
 
117
  #endif
114
118
  lang = new std::string;
115
119
  error = new std::vector<std::string>;
116
120
  header = new std::string;