Search:

Type: Posts; User: Springy

Search: Search took 0.00 seconds.

  1. Create batch file to compile and run programs

    Hi all,

    I have to create a batch file in unix that compiles and runs two *.c files.

    Could someone please tell me either were to look or how to do this?

    Thanks heaps
  2. Replies
    5
    Views
    1,950

    but that's not the problem, creating of the list...

    but that's not the problem, creating of the list works it's just that every item in the list has the same string for val. which is the last line that is taken from the batting file.
  3. Replies
    5
    Views
    1,950

    linked list data input.

    Hi,

    I have created a linked list but the val that is in each item of the list is the same it is the last line of the BATTING.txt document. I know that it is in the red below but I was wondering...
  4. Replies
    3
    Views
    1,246

    I modified the code to the following to actually...

    I modified the code to the following to actually connect the list, but am still the program is hanging, I know something is wrong but I just can't see it.



    while (fgets(line, 300 ,battingFile))...
  5. Replies
    3
    Views
    1,246

    [help] - adding to end of linkedlist

    Hi,

    I am having problems with the following code, it seems to have gone into an infinite loop while trying to add current to the end of the list. I would much appreciate someone explaining where...
  6. I thought that was what my addPlayer() was doing...

    I thought that was what my addPlayer() was doing creating a player from information and adding it to the end of the list.

    Or that is what it is supposed to do.
  7. [help] - storing data from txt in linked list

    Hi,

    I am having a little trouble with my program, what I am trying to achieve is storing the data(each line) of the BATTING.txt in to a different element of a linked list.

    I am getting a...
Results 1 to 7 of 7