Search:

Type: Posts; User: ccwash

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,397

    well heres what i have so far... void...

    well heres what i have so far...



    void moveCharacter()
    char x;
    char charPos='*';
    x= getch();

    if(x=='w')
  2. Replies
    4
    Views
    3,397

    how to move character in maze

    My question is:
    I have to write a game that allows the user to navigate through a maze. I have written most of the code but am stuck at this function:
    moveCharacter-move the user's character to a...
  3. Replies
    1
    Views
    2,862

    Read text from a file into an array

    I have to write a program that reads a file consisting of students' test scores in the range of 0-100. They are just listed in a .txt file.

    I'm supposed to make a function called readScores that...
  4. Thread: HW help

    by ccwash
    Replies
    4
    Views
    1,149

    I'm still confused on how to write functions b)...

    I'm still confused on how to write functions b) c) and d).
  5. Thread: HW help

    by ccwash
    Replies
    4
    Views
    1,149

    HW help

    I really need some help with this hw assignment. I'm not sure how to write these fuctions...

    Write a program to process text files. The program should read a text file and output the data in the...
Results 1 to 5 of 5