Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    20,762

    Instead of system() function , first try to...

    Instead of system() function , first try to search desired *.exe. If you find it, then try exec() command.
  2. Please look...

    Please look this site. You will find lots of interesting program codes.
  3. Sorry , :D INC(A,x,y): Increase A[x] by...

    Sorry , :D
    INC(A,x,y):
    Increase A[x] by y
    NullNumber:
    for all x upto Max_Digit , let A[x]=0
    SetPosition:
    Numbers are added into A[x] from left to write. Return , number's digit....
  4. First Message. :cool: Here is a part of my...

    First Message. :cool: Here is a part of my program. You can calculate 10000!, maybe more.
    I am cutting code.

    #define Max_Digit 20000 // May be changed by memory
    #define Base 10 // 256...
Results 1 to 4 of 4