Search:

Type: Posts; User: zacpack

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,665

    Yes thanks for that will use return instead of...

    Yes thanks for that will use return instead of calling main.

    However it still doesn't solve my problem.
    Any more ideas?

    Thanks

    Zac
  2. Replies
    5
    Views
    1,665

    Problem with some code

    Here is my code. The problem is when I run the Addrecords function the first time it works, but the next time I run it, it goes straight back to the main menu. I don't understand why!

    Can someone...
  3. Replies
    2
    Views
    1,286

    Structure Records (Beginner)

    I want to be able to determine how many records are in a structure already.

    struct carrecords
    {
    char make[50];
    char model[50];
    char yearreg[10];
    char regmark[10];
    char...
  4. Replies
    2
    Views
    1,538

    Salem, Thanks! It worked!!!! Much...

    Salem,

    Thanks! It worked!!!!
    Much appreciated!

    ZacPack
  5. Thread: Please Help

    by zacpack
    Replies
    2
    Views
    880

    Justin thanks for that. It does work. However,...

    Justin thanks for that. It does work.

    However, the program replaces the line TOO FAST for it to show. I've added a pause and no matter how long I make the pause, it still goes too fast. I've spent...
  6. Thread: Please Help

    by zacpack
    Replies
    2
    Views
    880

    Please Help

    I'm a beginner to C programming.

    I've been writing a Calender which just displays
    DAY MONTH YEAR
    e.g. 1 January 2001
    continually down the...
Results 1 to 6 of 6