Search:

Type: Posts; User: dwcnmv; Keyword(s):

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    17,918

    Thanks

    Thanks, yea I decided to write my own functions for adding/subtracting, multiplying/dividing, modding, and powers. Dividing and modding are the really hard ones. Those atoi and itoa functions will...
  2. Replies
    9
    Views
    17,918

    Also

    Also, someone said something about using strings and writing my own functions. I don't know how I would do that. I need to be able to add,subtract,multiply,divide,mod,and do exponents. How do I do...
  3. Replies
    9
    Views
    17,918

    large numbers/hex in c++

    Well, I am using RSA encryption, which as you can imagine requires some very large numbers. With those size of numbers, I was also wondering about the hex, just for ease of displaying the numbers,...
  4. Replies
    9
    Views
    17,918

    C/C++ hex integers? super long integers?

    I have a question about C/C++ and it's usage of variable integers. Can I, and how, use hex and or display as hex when input/output occurs with numbers. Also, for numbers that are huge (Ie: a 1024 bit...
Results 1 to 4 of 4