Introduction - If you have any usage issues, please Google them yourself
C++ implementation of large numbers factorial algorithm, using C++ linked list (list <>) templates for implementation of the factorial structure of the data, the algorithm is based on binary multiplication, and an annotated drawings to help you understand.