Search:

Type: Posts; User: blork_98

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    957

    Compiler Question

    Just wondering which C/C++ compiler out there is the closest one to the compiler that usually comes with UNIX/Linux machines?

    thanks
  2. Replies
    5
    Views
    1,048

    oops.. he he, got it.... sorry for da hassle

    oops.. he he, got it.... sorry for da hassle
  3. Replies
    5
    Views
    1,048

    ic.. but when i try printing out which node ptr1...

    ic.. but when i try printing out which node ptr1 and ptr2 point to, they are both pointing at the same node
  4. Replies
    5
    Views
    1,048

    oops... sorry for the confusion he he........ ...

    oops... sorry for the confusion he he........

    anyway, ptr1 = headptr and ptr2 = tailptr....... my goal was to have the headptr point to the first input ( data_2[a]) and tailptr point to the last...
  5. Replies
    5
    Views
    1,048

    Need help with Qeueu Implementation

    Hello,

    I'm trying to implment a qeueue using dynamic data structures. The code compiles and all, but the problem is that the pointer that is supposed to point to the head of the qeueue keeps...
  6. Replies
    2
    Views
    1,106

    ha ha.. thnx........... , Ive been stuck on that...

    ha ha.. thnx........... , Ive been stuck on that problem for ab hour..im one D**b F**k
  7. Replies
    2
    Views
    1,106

    Help with Queue

    Hello........ have some problems with implementing a queue.
    Basically what im trying to do is write a function that writes stores a variable number of elements from a struct array to a linked-list....
  8. Replies
    8
    Views
    4,503

    thanks again for all ur help mr. anciend...

    thanks again for all ur help mr. anciend dragon..........
    i guess ill be downloading a new compile soon
  9. Replies
    8
    Views
    4,503

    hi... thnx for the help.. I pretty much posted...

    hi... thnx for the help..

    I pretty much posted the whole program that I have written for now in the earlier post. The file has only 252 lines. I did print the
    price_data array.. and it shows the...
  10. Replies
    8
    Views
    4,503

    hi...... yup.. the format of the file.txt...

    hi......

    yup.. the format of the file.txt is.. there is a space in between the date and the prices
    the function that takes the stuff from the file seems to work fine.. all the dats and prices...
  11. Replies
    8
    Views
    4,503

    hi, thanks for the help... still havin...

    hi, thanks for the help...

    still havin problems though...... i get an error message everytime the program hits the strcmp function........

    i know that the prototype of the strcmp is

    int...
  12. Replies
    8
    Views
    4,503

    help with strcmp

    Hello.. havent used C in a while... got a question about using the strcmp function to compare two strings, one inputted froma file and the other by a user... Ive included part of the code below..
    ...
Results 1 to 12 of 12