Search:

Type: Posts; User: amhiine24

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,561

    Add,Edit,View[help] database turbo c

    hello ! someone help me for this coding ,


    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    #include<stdlib.h>
    void main()
    {
    int choice,age,*age_ptr,age1;
  2. Replies
    3
    Views
    4,959

    Add,Edit,View[help] database turbo c

    hello ! someone help me for this coding ,

    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    #include<stdlib.h>
    void main()
    {
    int choice,age,*age_ptr,age1;
    char...
  3. Replies
    1
    Views
    1,265

    O2jam game request

    can you share your o2jam game or any games like typing master , for our projects
  4. Replies
    32
    Views
    3,683

    ive solve it now , using gotoxy . :)

    ive solve it now , using gotoxy . :)
  5. Replies
    32
    Views
    3,683

    ive applied it now on mine , but it does not...

    ive applied it now on mine , but it does not works.
  6. Replies
    32
    Views
    3,683

    now , how i will change the loop variable by...

    now , how i will change the loop variable by pressing any characters .
  7. Replies
    32
    Views
    3,683

    sorry for all of you , i've been disturbed you...

    sorry for all of you , i've been disturbed you all , because im only beginner in turbo c . and that is my assignment i solved now the first and that is the second . :(
  8. Replies
    32
    Views
    3,683

    Hunter , i know what the compiler would modify ,...

    Hunter , i know what the compiler would modify , my main problem is if the user pressed any key it goes back to the codes .
  9. Replies
    32
    Views
    3,683

    Tater , i need a program that if the user press...

    Tater , i need a program that if the user press any key , that multiplicand would change , example the output is like this:
    2x1=2
    2x2=4
    2x3=6
    (and the user press any key and it will turn to)...
  10. Replies
    32
    Views
    3,683

    this is my codes #include...

    this is my codes

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int a,b;
    clrscr();
    for(a=0;a<=1;a++);
    for(b=1;b<=10;b++){
  11. Replies
    32
    Views
    3,683

    my problem is when the user pressed any key it...

    my problem is when the user pressed any key it goes back to the codes , ive making a flowchart before testing it . i dont know if i lacked a code .
  12. Replies
    32
    Views
    3,683

    [help]multplication table loop

    how to make a program that is output is like this:
    2x1=2
    2x2=4
    2x3=6
    2x4=8
    2x5=10
    2x6=12
    2x7=14
    2x8=16
    2x9=18
  13. Replies
    2
    Views
    3,136

    How to put invisible characters

    Hello ! im making my scissor,paper and rock game on c++ program . I need to replace scanf to enter a invisible characters when other user is typing , can you say what code it is ? thanks
    my code:
    ...
  14. Replies
    3
    Views
    4,678

    im sorry i dont know it is a turbo c , because in...

    im sorry i dont know it is a turbo c , because in our class we are using turbo c++
  15. Replies
    3
    Views
    4,678

    How to put invisible characters

    Hello ! im making my scissor,paper and rock game on c++ program . I need to replace scanf to enter a invisible characters when other user is typing , can you say what
    code it is ? thanks :)
    my...
Results 1 to 15 of 15