Search:

Type: Posts; User: amie001

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,273

    reading off characters

    hi i want to ask how to read off characters into display. here is my code:



    #include <stdio.h>

    int main()
    {
    char name;
  2. Replies
    2
    Views
    1,117

    using void functions

    hi. i am having a problem using the void function to put a box around the results and display the results. here is the code i made:




    #include <stdio.h>
    void display_results(int, int, int);
    ...
  3. Replies
    4
    Views
    1,012

    thanks very much i got it now. you need to update...

    thanks very much i got it now. you need to update the conditions.
  4. Replies
    4
    Views
    1,012

    i dont quite get it. where are you going to put...

    i dont quite get it. where are you going to put and recall those values?
  5. Replies
    3
    Views
    9,686

    thanks heaps it work really well.

    thanks heaps it work really well.
  6. Replies
    3
    Views
    9,686

    use of void function

    hello. i want to ask how to apply the void function. i dont know how to put it when you have an existing code. the place where you should display the void function as well.


    #include <stdio.h>
    ...
  7. Replies
    4
    Views
    1,012

    recalling values for games lost/won

    hi i have another problem. I made a code about backgammon game and want to recall how many games were lost or won in the process. im confused as to what will i put in the code or there is any special...
  8. Replies
    1
    Views
    938

    c progammimg problem

    hi. i am having problem with the loop in my program. i am only a beginner and struggling with c program. i hope to pass this course so please help me.

    PROBLEM: when ever i enter a 'y' in the...
Results 1 to 8 of 8