Search:

Type: Posts; User: aldyfight

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,831

    could try getch();

    could try getch();
  2. Replies
    18
    Views
    3,567

    mr made use english language for his study, so he...

    mr made use english language for his study, so he must make english in indonesia style, because if i translate with google translate, thats its perfect language, hahahaha
  3. Replies
    18
    Views
    3,567

    hahahahahaha thats from my country...

    hahahahahaha thats from my country...
  4. Replies
    10
    Views
    1,122

    if you use devcpp .... you have the proble so am...

    if you use devcpp .... you have the proble so am i. i use developer priview. hahahahahaha the g++ will debug autmatically
  5. Replies
    3
    Views
    889

    okey thanks for feed back

    okey thanks for feed back
  6. Replies
    3
    Views
    889

    hahahaha on linux is doesnt have, conio.h and i...

    hahahaha on linux is doesnt have, conio.h and i will make it better, i was sorry i am from indonesia my vocabolary is little, hahahahah next time i will improve. if you wanna improve. use this code
  7. Replies
    3
    Views
    889

    (share) shuten game

    i just wanna share my first game in C programming.



    #include <stdio.h>
    #include <math.h>
    void win(void){
    printf("\nyou win and computer lose\n");
    }
    void lose(void){
  8. Replies
    12
    Views
    1,346

    cool

    cool
  9. Replies
    49
    Views
    9,495

    i will try

    i will try
  10. Thread: ispunct

    by aldyfight
    Replies
    6
    Views
    1,471

    while on while in while ..

    while on while in while ..
  11. Replies
    7
    Views
    1,311

    hahahahahaha where is the code

    hahahahahaha where is the code
  12. Replies
    49
    Views
    9,495

    in programmer life warning is no matter but ,...

    in programmer life warning is no matter but , error is the trouble;
  13. Replies
    3
    Views
    928

    oh gdb is use for debug the program.... i just...

    oh gdb is use for debug the program.... i just know, and when i compile without -lm can work the program but if i dont use -lm the log cannot be compile, and if i use the option -lm . the output is...
  14. i think this game must be on free for user to...

    i think this game must be on free for user to use, and never threat the user with trojan to search the cheat in client side,
  15. Replies
    6
    Views
    1,068

    hahahahaha . i cannot said anything about the...

    hahahahaha . i cannot said anything about the function....
  16. Replies
    6
    Views
    1,068

    thanks both of you for helping me, i just know...

    thanks both of you for helping me,
    i just know before i use this function i must make a seed before,
    srand();
    and if i was make this automatic i must use this
    srand( (unsigned int)time(NULL) );...
  17. Replies
    6
    Views
    1,068

    why not generate number in rand();

    i was sorry before i am new in c programming and new join here , i just search random function,


    there are random function using rand();

    but when i compile
    this code


    #include <stdio.h>
Results 1 to 17 of 17