Program Example from Object Oriented Programming in C++

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
User avatar
mahaju
Posts: 487
Joined: Mon 11 Oct 2010, 07:11
Location: between the keyboard and the chair

Program Example from Object Oriented Programming in C++

#1 Post by mahaju »

Hi
In Object Oriented Programming in C++ by Robert Lafore, somewhere around the last chapters (I don't exactly remember which one) there is the source code for a datatype he implemented, called verylong, which is a really long integer variable and he has used it to calculate the factorial of 100. Can anyone please share that source code and it's description if possible? I don't have access to the book at the moment and I need to implement something similar. If someone has other better ideas or sample code please share it here.

Thank you.

Post Reply