Search:

Type: Posts; User: DarkEmpire

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    6,797

    Sorting dates into ascending order

    Hi all

    I am trying to sort dates into ascending order

    I currently have a structure to represent dates


    struct dates{

    char month[10];
  2. Replies
    5
    Views
    2,185

    Thank you laserlight and ihavenoidea :)

    Thank you laserlight and ihavenoidea :)
  3. Replies
    5
    Views
    2,185

    Thanks for the reply laserlight. What I need...

    Thanks for the reply laserlight.

    What I need to do is store the result of (2 ^ x) x being a maximunm of 10000. I then need to get the sum of all the digits which make up the result. So for...
  4. Replies
    5
    Views
    2,185

    Storing a very large number

    Hi Everyone

    I need to be able to store a very large number (worst case being 2 ^ 10000) I know that I must store the value in an array of some sort as none of the standard data types would support...
Results 1 to 4 of 4