Search:

Type: Posts; User: IsobelMunden

Search: Search took 0.01 seconds.

  1. Subscripted value is neither array nor pointer nor vector. Hangman Program.

    I really can't see how I can fix these errors in my program. It would be really great if someone could help me, thank you :)
  2. I have changed it to: char yourletter[0]; But...

    I have changed it to:
    char yourletter[0];
    But then I get a new error on line 52 ( yourletter=guess[0]; ) saying 'assignment to expression with array type'. What would I do to fix this?

    (btw I...
  3. Subscripted value is neither array nor pointer nor vector

    Hi, an error of 'Subscripted value is neither array nor pointer nor vector' has come up when I try to run my 'Hangman' program. It appears in the line:
    if (yourletter[loopIndex]==1){

    I've...
  4. Replies
    1
    Views
    4,708

    Errors in my Hangman Program

    Hello, I received 5 errors in my Hangman programming project and I'm not too sure how to fix them. I was wondering if anyone could help?


    #include<stdio.h>
    #include<stdlib.h>
    #include<string.h>...
  5. Replies
    5
    Views
    3,934

    Like how to check if the data is saved to a file...

    Like how to check if the data is saved to a file when the program is finished running?
  6. Replies
    5
    Views
    3,934

    Checking if the data is saved correctly.

    Thank you very much. But do you know how to check if the data is saved correctly? Like how to check if there are the right number of data entries and to check if these are formatted correctly?
  7. Replies
    5
    Views
    3,934

    File Data Saving

    Hi, I'm a beginner with C, and as part of a piece of University Coursework (I'm on a physics course), and there's a part where I have to test if there are the right number of data entries and if the...
Results 1 to 7 of 7