Search:

Type: Posts; User: yabud

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    3,378

    the problem is im not exactly sure why its...

    the problem is im not exactly sure why its causing a segmentation fault. it only occurs when i enter data to the files and then close the program, reopen and try to view...

    and sorry so to confirm...
  2. Replies
    8
    Views
    3,378

    so i should just replace that and it will work?

    so i should just replace that and it will work?
  3. Replies
    8
    Views
    3,378

    segmentation fault upon reload

    hello people

    this program stores info in two data files but when i run the program and enter data into the files and then close the program, and reopen it i get a segmentation fault? can someone...
  4. Replies
    3
    Views
    9,845

    #include #define ACCOUNT_MIN 1000...

    #include <stdio.h>
    #define ACCOUNT_MIN 1000
    #define ACCOUNT_MAX 3999

    main ()
    {
    int account_number, choice;
    char trans_type;
    double trans_amount;
    double debits[20], credits[20]
  5. Replies
    3
    Views
    9,845

    BOOKKEEPING PROGRAM, need help!

    Hey everyone, i have to write a program that does the following. I know basic C language but i obviously need more to write this program. If someone could help me out it would be most appreciated....
Results 1 to 5 of 5