final product
This commit is contained in:
Binary file not shown.
BIN
build/ComputePi
BIN
build/ComputePi
Binary file not shown.
9
main.cpp
9
main.cpp
@@ -70,8 +70,11 @@ int main() {
|
||||
std::cout << std::endl;
|
||||
}
|
||||
}
|
||||
else{std::cout << "file piShape.txt not found or could not be opened" << std::endl;}
|
||||
|
||||
// std::cout << threadSafeMap->find(i);
|
||||
else{
|
||||
std::cout << "file piShape.txt not found or could not be opened" << std::endl << "3.";
|
||||
for (int i = 1; i <= 1000; i++){
|
||||
std::cout << threadSafeMap->find(i);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user