Eric Profile
Programming since I was 12 in the mid-90's, I've gotten a taste of professional programming and never looked back at other childhood aspirations. I love writing code. It's my career.
This user has contributed 0 articles, 1 code samples and posted 185 messages in our discussion forums.
Technology Interests
Code Samples-
What do you do when you want to work with numbers that have a total length of digits that reach into the billions? You sure can't store those in a conventional variable, or perform normal operations on them. This module demonstrates how to perform these.. 
|