采用绝对路径

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-16 21:43:32 +08:00
parent 162648a4e7
commit fd0a71f397
3 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#include <iostream>
Task::Task()
{
this->taskFile="./../task.txt";
this->taskFile="D:/MyPro/cimforreduceloss/testHasttable/task.txt";
}
void Task::doAgainstTaskFile(ElementHashtable &eleHT)