DSQSS
1.1
|
00001 #include <iostream> 00002 #include <string> 00003 00004 using namespace std; 00005 00006 class Input 00007 { 00008 private: 00009 public: 00010 00011 void init(); 00012 00013 }; 00014 00015 void Input::init(){ 00016 cout << "INPUT:INIT" << endl; 00017 // == default values == // 00018 //RUNTYPE = 0; 00019 //NSET = 0; 00020 //NMCSE = 0; 00021 //NMCSD = 0; 00022 //NMCS = 0; 00023 //SEED = 0; 00024 //NSEGMAX = 0; 00025 //NVERMAX = 0; 00026 00027 }