Search:

Type: Posts; User: speve

Search: Search took 0.01 seconds.

  1. Thread: errors!!!

    by speve
    Replies
    0
    Views
    779

    errors!!!

    can anyone see what is wrong here??? :o(

    void FindStudent(LISTPTR thehead)
    {
    LISTPTR upto;
    int found;
    char student[10];

    printf("Please enter the student you wish to find\n");...
  2. Replies
    5
    Views
    1,612

    i posted the first one but it didn't appear and i...

    i posted the first one but it didn't appear and i thought i had posted it to the wrong forum or something so i posted it again, hence the closeness of the two posting times

    :o)
  3. Replies
    5
    Views
    1,612

    saving contents of a function

    This might sound complicated but PLEASE bear with me!
    What I am doing is giving the user the choice to save a file in a number of ways...

    if (Select==1)
    BasicSaveStructure(), SaveNormal(); ...
  4. Thread: saving a file

    by speve
    Replies
    2
    Views
    1,021

    saving a file

    This might sound complicated but PLEASE bear with me!
    What I am doing is giving the user the choice to save a file in a number of ways...

    if (Select==1)
    BasicSaveStructure(), SaveNormal();...
  5. Replies
    4
    Views
    1,423

    rotating a text file

    I am creating a program where I have to rotate an image 90', 180' and 270'. The file being read in is an image file converted to numbers and these are read into an array.
    The image is 60 ROWS by 60...
  6. Replies
    1
    Views
    1,548

    Reading in a text file

    I am creating a program where I have to rotate an image 90', 180' and 270'. The file being read in is an image file converted to numbers and these are read into an array.
    The image is 60 ROWS by 60...
  7. Thread: clearing screens

    by speve
    Replies
    10
    Views
    2,067

    clearing screens

    I am really new to C so have extremely limited knowledge at the moment. I am using a menu function in my program eg. if the user selects option 1 then it goes to that particular function, but I was...
  8. Replies
    2
    Views
    3,200

    Scrollbar In Dos Window

    Im wondering if someone could tell me how you enable a scrollbar in a DOS window as I need one but can't figure out how you get it.

    Also, is there updated versions of DOS that you are able to...
  9. Thread: DOS window

    by speve
    Replies
    1
    Views
    1,350

    DOS window

    I'm needing to use my dos window in an 8x8 resolution but i need to be able to scroll up and down in the window.
    At the moment there is no scroll bar and I don't have any idea on what to do to make...
  10. Replies
    2
    Views
    1,233

    Here's the file where the numbers are being read...

    Here's the file where the numbers are being read from!
  11. Replies
    2
    Views
    1,233

    Help with numbers

    I am trying to work out the average of 15 gymnasts by taking away the maximum and minimum of their scores from their TOTAL scores and then dividing this by the number of judges (5). I keep getting...
  12. Thread: input file

    by speve
    Replies
    4
    Views
    1,410

    Input file

    I have removed the ";'s" from the end of the loops but now I am unable to get ANY of the ages or scores into the file. AAARGH!!!
    Someone please help!!!

    {
    Gymnast Competitors[NO_OF_GYMNASTS];
    ...
  13. Thread: input file

    by speve
    Replies
    4
    Views
    1,410

    input file

    I'm trying to get data from an input file then manipulate it but all i want is to get the data in and display it so i know that I have got it in to the program. I'm reading the data from the attached...
Results 1 to 13 of 13