Page 3 of 3 FirstFirst 123
Results 31 to 33 of 33
  1. #31
    ɑrtemis's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    arun's urethra
    Posts
    260
    Reputation
    24
    Thanks
    17
    My Mood
    Amused
    Quote Originally Posted by Melodia View Post
    You compile your project in x64 At least ?

    when i tested i did this and it showed the correct value with cout[php]_int64 apple = 999999999999[/php] and it worked so idk
    Uhh...idk / It compiles without building in x64...
    And it hangs if i use doubles or longs too
    Last edited by ɑrtemis; 08-12-2010 at 07:12 AM.

  2. #32
    Toxic Waltz's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    114
    Reputation
    14
    Thanks
    18
    Integer (computer science) - Wikipedia, the free encyclopedia

    int64 is the same as an unsigned long long int. which i've used.

    go try to use and unsigned octaword.

    maybe there's a maximum amount of recursive functions....

  3. The Following User Says Thank You to Toxic Waltz For This Useful Post:

    Melodia (08-12-2010)

  4. #33
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Toxic Waltz View Post
    maybe there's a maximum amount of recursive functions....
    Yes, there is. The maximum depends on how much stack space you have. The default is 1mb, so with about 16 bytes of stack space per function call, you can have 65,536 recursive calls.

  5. The Following 3 Users Say Thank You to mmbob For This Useful Post:

    Hell_Demon (08-13-2010),Melodia (08-12-2010),Toxic Waltz (08-12-2010)

Page 3 of 3 FirstFirst 123

Similar Threads

  1. The Mpgh Login Background Challenge Poll!! VOTE NOW
    By bazookaboy in forum Combat Arms Mod Discussion
    Replies: 68
    Last Post: 09-08-2011, 02:01 PM
  2. [Discussion] The Mpgh Login Background Challenge!! Deadline: 9/5!!
    By bazookaboy in forum Combat Arms Mod Discussion
    Replies: 65
    Last Post: 09-05-2011, 04:57 PM
  3. The Mpgh Login Background Challenge!! Deadline: 9/5!!
    By bazookaboy in forum Combat Arms Mods & Rez Modding
    Replies: 10
    Last Post: 09-04-2011, 04:06 AM
  4. [Discussion] MPGH Login Background Challenge!
    By bazookaboy in forum Combat Arms Mod Discussion
    Replies: 52
    Last Post: 09-03-2011, 11:57 AM
  5. [Idea][Discussion] Programming Challenges.
    By Jason in forum Coders Lounge
    Replies: 67
    Last Post: 02-13-2011, 09:57 PM