Search:

Type: Posts; User: vart

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    2,015

    after calling insertNode - you can increase the...

    after calling insertNode - you can increase the counter - since successfully finishing this function means you successfully read AND inserted int eh list the company data.

    how will you store the...
  2. Replies
    7
    Views
    2,015

    what are you planning to achieve with the...

    what are you planning to achieve with the infinite loop in line 132?
  3. Replies
    7
    Views
    2,015

    I would suggest the following 1. read whole...

    I would suggest the following

    1. read whole line into the temp buffer with fgets
    2. Allocate new COMPANYDATA
    3. parse stock data into hourlyPrices array (for example with strtod calls)
    4. Find...
Results 1 to 3 of 3