Tag Archives: Factorizing

C++: Factorizing an Integer


This posting demonstrates a simple C++ project containing 3 files: main.cpp prime.h prime.cpp prime.cpp prime.cpp contains two library functions: getPrimeFactor() and getFactorizedString(). We have already commented about getPrimeFactor() in posting A function to find the prime factor of a number … Continue reading

Posted in C/C++ | Tagged , , | 1 Comment