Search:

Type: Posts; User: gknight

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,154

    I was just able to do this assignment after my...

    I was just able to do this assignment after my test was over.



    I tried creating a function like that, but it gives an error of info not initialized.


    void sdestroy(STOCK *p)
    {
    if(p !=...
  2. Replies
    4
    Views
    2,154

    help with binary tree

    This is the instruction for my assignment:
    Write a program to process stock data. The stock data should be read from a text file containing the following data: stock code, stock name, amount...
  3. Replies
    2
    Views
    7,513

    I fixed those problem stated in the above post...

    I fixed those problem stated in the above post beside the first one. And I solve the problem of the strange symbol by using fscanf instead of fread.

    however, my link list only consists of only the...
  4. Replies
    2
    Views
    7,513

    weird symbol saved into the file

    I am doing my assignment for C and encountered this weird problem.
    The assignment is about creating a link list and saved the data into a file for further uses.

    I input: KOTRA 2 50 45 0.565...
Results 1 to 4 of 4