Search:

Type: Posts; User: Bozz

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    911

    ...forgot the zip file...

    ...forgot the zip file...
  2. Replies
    5
    Views
    911

    Thanks guys, im sending you a zip with my class...

    Thanks guys, im sending you a zip with my class header file, a cpp file with function definitons and cpp Main test file.

    Hope its not too confusing.
    Appreciate your help,

    bozz
  3. Replies
    5
    Views
    911

    Destructor problems

    Hello,

    Does anyone have experience with Destructors causing problems?

    I am trying to make a String class and when i call methods accepting a String object, the program bomb. (VisC++6 bombs but...
  4. Replies
    3
    Views
    1,441

    Brilliant!!! :):):):):):):):):):) you are my...

    Brilliant!!! :):):):):):):):):):)
    you are my hero-cant tell you how pleased this makes me.

    It looks so obvious now, and my pc has stopped the BONG noise
    If you are in Berkeley, CA i have to buy...
  5. Replies
    3
    Views
    1,441

    Classes and char* and Dynamic memory allocation

    Hello-

    Can anyone please help?
    THis code compiles fine and bombs just as sweet!

    i tried debugging, and starting at this line:

    CIS025String s3 = "Hello!";

    i get ERROR cpString,...
  6. Replies
    6
    Views
    4,840

    double link list, deleting node

    Thanks everyone-
    With your help I found a bug somewhere -my original code for deleting a node was OK - i think :rolleyes:

    It I really helps to see new ways of doing things.

    bozz
  7. Replies
    6
    Views
    4,840

    Thanks, Magos- I have tried your code, but...

    Thanks, Magos-

    I have tried your code, but this isn't working either.
    In the code i had originally, this part works ok. i.e the code to remove the first node.

    if(info == start) //deleting...
  8. Replies
    6
    Views
    4,840

    Deleting node in Double linked list?

    Hello-
    I have a double link list which builds in sorted order.
    It works fine and dont think there are bugs.
    But, I am really struggling with code to delete a node.
    I am particularly having...
Results 1 to 8 of 8