Search:

Type: Posts; User: Buddy Martell

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,028

    Trouble deleting a record

    #include<stdio.h>


    //bookData structure
    struct bookData {
    int recordNum;
    char description[ 15 ];
    int booksBought;
    double bookCost;
    };
  2. Help with converting MM/DD/YYYY input to Month, DD, YYYY

    I'm almost done with this project, but I'm having trouble converting user input of MM/DD/YYYY into Month DD, YYYY. For example, the user, when prompted, enters "09/02/1980" and the program should...
  3. Replies
    2
    Views
    7,590

    I actually just came back to report that I'd...

    I actually just came back to report that I'd figured it out. Thanks for the response, tho.
  4. Replies
    2
    Views
    7,590

    Euler's Method in C - almost works

    Hello all. I'm taking differential equations and our professor has given us the task of using Euler's Method to approximate the value of y in a differential equation. She has also given us the option...
Results 1 to 4 of 4