Search:

Type: Posts; User: green2black

Search: Search took 0.01 seconds.

  1. alright thanks guys And Adak thanks nice catch

    alright thanks guys

    And Adak thanks nice catch
  2. Loop problem...Is is possible to delete a line of printed text??

    I wrote a program that reads in a file into an array of structures. I am supposed to check that the data is valid while reading it in. It should read in 7 elements into the structure and print an...
  3. thanks guys MK27 that was it. I was making...

    thanks guys

    MK27 that was it. I was making things WAY harder than I needed to. Thanks a lot
  4. wooo thanks a lot ill give this another shot now

    wooo thanks a lot ill give this another shot now
  5. can I use the same string conversions with %d? ...

    can I use the same string conversions with %d? Im really new with this...

    something like?
    %3[^:]d
  6. Some questions on sscanf and parsing data

    Im working on a program that opens a file of student records and stores them in an array of structures.

    My structure looks like this

    typedef struct
    {
    char name[21];
    char...
  7. Thanks I got it all working now. Turns out the...

    Thanks I got it all working now. Turns out the main problem was how I was saving the file.

    But now I have run into another problem. When I read all of the values into my array I am somehow...
  8. Hey thanks again Im gonna work on this more...

    Hey thanks again
    Im gonna work on this more later. Hopefully it all goes well!
  9. Thanks for the quick reply master5001 I added...

    Thanks for the quick reply master5001

    I added your ideas with fgets and strtok but still get the same error.

    Could I be saving the .txt file incorrectly?

    For that confusing code part..
    I...
  10. Help with reading strings and opening files PLEASE

    I am having a whole lot of trouble so far with this program. The program prompts the user for the name of a file, which contains floating point numbers, to be opened for reading and store the values...
  11. Replies
    7
    Views
    1,271

    got it thanks guys

    got it thanks guys
  12. Replies
    7
    Views
    1,271

    thanks, I got the board declaration thing fixed...

    thanks, I got the board declaration thing fixed but still have problems with the pointer from integer without a cast thing. Any help would be.......well helpful
  13. Replies
    7
    Views
    1,271

    Tic-Tac-Toe help

    Ive been trying to clean this program up but can't figure out these past two things. When I try to compile it I get a message saying in function gameloop, board is undeclared. I also get a warning...
Results 1 to 13 of 14