Search:

Type: Posts; User: s0ul2squeeze

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    923

    Finding Nodes on a BST

    hey everyone, im doing this Binary Search Tree, and well i got the insert, retrieve, and traversal functions to work, but my teacher also wants us to do a Node Summary. My teacher wants us to find...
  2. Replies
    0
    Views
    913

    NodeSummary on a BST

    hey everyone, im doing this Binary Search Tree, and well i got the insert, retrieve, and traversal functions to work, but my teacher also wants us to do a Node Summary. And basically what that is is...
  3. Replies
    3
    Views
    1,201

    i tried, and i checked, all my braces are...

    i tried, and i checked, all my braces are correct, it still gives me that same error though.
  4. Replies
    3
    Views
    1,201

    STL problem

    Hey everyone, on my C++ program, i get one error, and i have no idea what this is talking about because all my braces are set up correctly in the client program and it gives me the error below. I...
  5. Replies
    0
    Views
    1,552

    exception handling and linked lists

    hey everyone. im trying to do this exception handling thing with my remove function on my linked list. And well i cant get it right. It only lets me delete the head, but it never lets me delete...
  6. Replies
    1
    Views
    1,241

    Friend Function

    hello, i am almost done with this program of mine. It is a linked list program, and I have one error left, and it has to do with my friend function. It is used to output stuff in the linked list,...
  7. Replies
    1
    Views
    3,076

    Clear Function on Linked List

    hey, im doing this linked list program, and i got everything to work right except for my clear list function. When i insert something into the list, and then i select the item in the menu to clear...
  8. Replies
    4
    Views
    1,362

    arent i already doing that, because on my remove...

    arent i already doing that, because on my remove function i make cur = prev->next, then i say prev->next = cur->next, and then i delete cur. isnt that right?
  9. Replies
    4
    Views
    1,362

    Removal on Linked List

    im doing my delete function right now, and im only able to delete the first node in the Linked List, and when i try to delete lets say the second node, i get this Exception Handling Error and the...
  10. Replies
    2
    Views
    1,091

    Sorted Linked List Problem

    i was looking over my program again, and i found out that it lets you insert more than 2 numbers on specific situations. Lets say you insert a 1, and then a 12. you can then insert numbers lower...
  11. Replies
    3
    Views
    3,069

    http://sourcepost.sytes.net/source/sourceview.aspx...

    http://sourcepost.sytes.net/source/sourceview.aspx?source_id=1661
    there is the link again
  12. Replies
    3
    Views
    3,069

    executing errors

    hey, im doing this C++ program and it consists of 3 files, the .h file, the .cpp file, and the main client program. When i compile the program, i get 0 errors and 0 warnings. But then when i try to...
  13. Replies
    3
    Views
    893

    when u try to execute it wont work

    when u try to execute it wont work
  14. Replies
    3
    Views
    893

    ok i took out the ";" but i still get the same...

    ok i took out the ";" but i still get the same errors.
    here they are:

    --------------------Configuration: LinkedListt - Win32 Debug--------------------
    Linking...
    LinkedListt.obj : error...
  15. Replies
    3
    Views
    893

    Unresolves External Links

    hey, im doing this C++ program and it consists of 3 files, the .h file, the .cpp file, and the main client program. When i compile the program, i get 0 errors and 0 warnings. But then when i try to...
  16. Replies
    5
    Views
    2,373

    oh yah, my emailed address is...

    oh yah, my emailed address is [email protected], so email me there with the answer if you know it, thank you!

    :-)
  17. Replies
    5
    Views
    2,373

    Exception Handling + UNIX

    does anyone in here know how to use exception handling on UNIX, when i compile it on Microsoft Visual my Code works, when i put the same code on UNIX, which i need to use it for because my teacher...
  18. Replies
    7
    Views
    1,682

    Array ADT Problem: PLEASE HELP!!

    Hi, im new to C++, and im doing an Array ADT, the program basically works except my teacher wants me to do this right shift thing with teh array, where if you insert a number that is less than the...
Results 1 to 18 of 19