Search:

Type: Posts; User: Qui

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,365

    sorted, just had to use xdrawimagestring.

    sorted, just had to use xdrawimagestring.
  2. Replies
    1
    Views
    2,365

    Having trouble drawing text xlib.

    Hi, am having trouble drawing text using Xdrawstring, I want to draw text then update the text as it changes, however all it does is overwrite my existing text and make the area look all garbled, is...
  3. Replies
    1
    Views
    832

    generating error bits in memory

    Hi guys, I am trying to figure out where to start on a program I am writing, basically I want to generate multiple bit errors in main memory and have my memorys ECC to be able to detect the errors...
  4. Thread: pipeline troubles

    by Qui
    Replies
    1
    Views
    1,826

    solved it myself nm.

    solved it myself nm.
  5. Thread: pipeline troubles

    by Qui
    Replies
    1
    Views
    1,826

    pipeline troubles

    Hi, I am attempting to create a program to make 3 child processes, the first child places 20 integers into the pipeline, the second child places another 2 integers into the pipeline and the thrid...
  6. Replies
    8
    Views
    1,301

    Yup your right it was included in the old version...

    Yup your right it was included in the old version of the code that ran on 5.02 above the ingredients.h.
  7. Replies
    8
    Views
    1,301

    Yup, do you know why cbuilder 6 asks for the...

    Yup, do you know why cbuilder 6 asks for the inclusion of the ansistring header but cbuilder 5.02 does not?
  8. Replies
    8
    Views
    1,301

    yup that fixed it lol i feel so stupid, these are...

    yup that fixed it lol i feel so stupid, these are such simple things. thanks for the help guys would of been sitting here all night trying to figure it out.
  9. Replies
    8
    Views
    1,301

    :rolleyes: thanks, cured the ingredients classes...

    :rolleyes: thanks, cured the ingredients classes numerous errors (didnt use to have to include the file in 5.02 of cbuilder now I do ...odd), any solution for the vector problems, dreading having to...
  10. Replies
    8
    Views
    1,301

    Having trouble with this class...

    Hi, I am looking to use a vector to store objects of another class, however the borland compiler keeps telling me type name expected and declaration missing.


    #ifndef RecipeH
    #define RecipeH...
  11. Thanks Salem I understand now, your a life save.

    Thanks Salem I understand now, your a life save.
  12. How many times can time variables be delcared?

    Hi, Iam trying to compare to random dates/times but am unable to create 2 independent times as it wont let me decalre 2 individual time_t variables, it will just overight the first variable with the...
  13. Replies
    11
    Views
    13,649

    Hi elad, thanks for all your help, I figured it...

    Hi elad, thanks for all your help, I figured it out in the end, although I didnt fully understaand your implementation (has lots of variables and confused me lol) it did help me to understand why...
  14. Replies
    11
    Views
    13,649

    Hi, oki heres a revised code, but it still doesnt...

    Hi, oki heres a revised code, but it still doesnt work, this time its just set them all to the HEAD, you will see from the code.

    appeneded Holiday Structure.:


    struct Holiday
    {
    char...
  15. Replies
    11
    Views
    13,649

    Hi, yes i totally understand what each function...

    Hi, yes i totally understand what each function does, also what I did was create a doubly circular linked list, as such 'next' nor 'prev' will ever be NULL, and there will be only 1 sentinal the...
  16. Replies
    11
    Views
    13,649

    Either global or local, whichever is best as TBH...

    Either global or local, whichever is best as TBH I am quite lost with this, how would one normally go about making a linked list of linked lists, is there a set method I could follow as the linking...
  17. Replies
    11
    Views
    13,649

    Hi, sorry for not clarifying that the lists and...

    Hi, sorry for not clarifying that the lists and functions are all free standing and not classes. could you please elaborate more on what you mean by passing the 'head' into the add_customer()...
  18. Replies
    11
    Views
    13,649

    Linked List of Linked lists Revisited.

    Hi, I am still having problems with my linked list of linked lists problem I posted last month, here is the linking function I have devised:

    void lnk_C_and_H(Holiday *pHoliday, Customer...
  19. Replies
    6
    Views
    6,627

    Hi, oki so I dont need a common element? or do I?...

    Hi, oki so I dont need a common element? or do I? and if so is it not still gonna have to do a search to find the customer who is linked by the common element to that specific shop. I have taken...
  20. Replies
    6
    Views
    6,627

    Hi, yes a customer can visit mroe than one shop,...

    Hi, yes a customer can visit mroe than one shop, but I wanted the list to be shops as the main list and an internal list of customers that visit it, yes it is easier to have customers as the main...
  21. Replies
    6
    Views
    6,627

    Linked list of linked lists???

    Hi, How would I go about making a structure implementation of a linked list of linked lists eg list of shops and each shop has another list of customers, i already have an implementation of the main...
  22. Replies
    3
    Views
    1,247

    Fixed

    Fixed
  23. Replies
    3
    Views
    1,247

    Hi, yes I can see what you mean, unfortunately it...

    Hi, yes I can see what you mean, unfortunately it doesnt make a difference I had it that way before and it didnt work so I tried it this way and it still doenst work.:D , there must be something.
  24. Thread: error cl.exe???

    by Qui
    Replies
    10
    Views
    1,675

    perhaps this is more along the lines of what you...

    perhaps this is more along the lines of what you are looking for.


    int number = numb;
    int n[20];
    int i =0;
    //int nu;
    n = numb;
    do
    {
  25. Replies
    3
    Views
    1,247

    Please help me with this sort algorithm

    Fixed.
Results 1 to 25 of 30
Page 1 of 2 1 2