Search:

Type: Posts; User: bentles

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    9,447

    Oh thank you lord 1!!:D I figured it out. ...

    Oh thank you lord 1!!:D I figured it out. Thanks Hammer ! I fixed it by making a global variable position P in the header and used the following: P=First(units[low]->IDs after the InsertInOrder...
  2. Replies
    20
    Views
    9,447

    ....doesnt fix the problem tho..

    ....doesnt fix the problem tho..
  3. Replies
    20
    Views
    9,447

    I dont even need the p variable, its not serving...

    I dont even need the p variable, its not serving any purpose whatsoever..
  4. Replies
    20
    Views
    9,447

    ..but if i remove that if statement, then the...

    ..but if i remove that if statement, then the list is just going to be emptied every time that function is called isn't it?
  5. Replies
    20
    Views
    9,447

    another thing is that the file works if i remove...

    another thing is that the file works if i remove the last one of the '4' operations, which adds a student, which suggests the problem lies in the add_student function.
  6. Replies
    20
    Views
    9,447

    here

    here
  7. Replies
    20
    Views
    9,447

    This is the test data so i cant see how it could...

    This is the test data so i cant see how it could be the size of the unit_name array thats the problem:

    1
    a
    1
    b
    1
    c
    6
    a
  8. Replies
    20
    Views
    9,447

    The code works fine and there doesnt seem to be...

    The code works fine and there doesnt seem to be any problems whatsoever, but when using an input test file, it gives a segmentation fault. There are two input test files, one works, but i cant get...
  9. Replies
    20
    Views
    9,447

    I know the program looks dodgy, but it...

    I know the program looks dodgy, but it works...well... mostly:(
  10. Replies
    20
    Views
    9,447

    list.c...

    list.c...
  11. Replies
    20
    Views
    9,447

    main.c....

    main.c....
  12. Replies
    20
    Views
    9,447

    there are 4 files: a header file, a list file, a...

    there are 4 files: a header file, a list file, a main file and a another file doing the operations:
  13. Replies
    20
    Views
    9,447

    Segmentation fault with input test file

    Hi, ive got a program that runs fine except when I run an input test file to compare differences with an output test file. It then gives me a segmentation fault. What are some of the causes of...
Results 1 to 13 of 13