You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to Makefile, and the program Crc32TestMultithreaded compiles successfull, but when i try to run the compiled program:
$ ./Crc32TestMultithreaded.exe Crc32TestMultithreaded.cpp
Please wait ...
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
Aborted
but Crc32Test doesn't work properly either, regardless of which file the hash 221F390F is calculated :
How compile i Crc32TestMultithreaded.exe ? it exist not in the makefile. i have added
PROGRAM_MULTITHREADED = Crc32TestMultithreaded
andOBJECTS_MULTITHREADED = Crc32.o Crc32TestMultithreaded.o
andto Makefile, and the program Crc32TestMultithreaded compiles successfull, but when i try to run the compiled program:
but Crc32Test doesn't work properly either, regardless of which file the hash 221F390F is calculated :
my build system is win64, cygwin with g++ (gcc 12.4.0)
The text was updated successfully, but these errors were encountered: