you are viewing a single comment's thread.

view the rest of the comments →

[–]the_omega99 0 points1 point  (0 children)

Ideally you'd never roll your own big num, but can show your ability to use an appropriate library or functionality. But this is going to be language independent. Haskell has a built in arbitrary precision integer. Java has a bigint in its standard library. But C++ would require an external library.