final product

This commit is contained in:
Brady Bodily
2018-04-12 03:56:37 +00:00
parent 48071834d4
commit c4f700eabe
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@@ -70,8 +70,11 @@ int main() {
std::cout << std::endl; std::cout << std::endl;
} }
} }
else{std::cout << "file piShape.txt not found or could not be opened" << std::endl;} else{
std::cout << "file piShape.txt not found or could not be opened" << std::endl << "3.";
// std::cout << threadSafeMap->find(i); for (int i = 1; i <= 1000; i++){
std::cout << threadSafeMap->find(i);
}
}
return 0; return 0;
} }