Search:

Type: Posts; User: tinkerbelle

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    911

    Still need help with this

    CodePlug, I'm still having problems understanding how to use this with pointers as well.

    Can you point (no pun intended) me in the right direction?

    Thanks

    Tinkerbelle
  2. Replies
    3
    Views
    911

    need help with iterators in a tree

    Having trouble with using iterators in a tree

    I'm having trouble with implementing code to iterator asset contrainer and sum by type ....commented in the code where it's to go but also need to...
  3. Thanks everyone

    I figured it out, of course, with all your help. Thanks much.
  4. You're right

    Thanks, when I restarted the program, you know copy and pasted it back it. I was able to get rid of that error.

    Now I still have a bug in the program, do I need to do something else with the /...
  5. Replies
    1
    Views
    4,465

    Need HELP desperately with creating doubly linked list

    HELP:


    Haven't been able to figure out how to make a doubly linked list from this code using m_pPrev (for previous), any suggestions would be appreciated. I have a sinus infection and can't think...
  6. Still need help with this

    I corrected my typos, sorry, but now I'm getting a linking error LNK2001, _WinMain@16: Unresolved External Symbol. I looked it up, they say to go into the Output category of the Link field in the...
  7. Replies
    1
    Views
    4,465

    C++ Creating doubly linked list program

    Haven't been able to figure out how to make a doubly linked list from this code using m_pPrev (for previous), any suggestions would be appreciated. I have a sinus infection and can't think for the...
  8. C++ Programming - stack based calculator program

    Can anyone see what I've done incorrectly with this program. You should be able to enter a value, press return, enter then next value, press return, enter an operator, press return and you'd get the...
  9. Replies
    2
    Views
    1,109

    using constructor & destructor

    The following code compiles but will not link because the member functions of the two derived classes are missing. I need to implement the missing functions. But I haven't a clue! Any help in the...
  10. Replies
    9
    Views
    1,750

    Thanks, got it

    Thanks for info, I managed to figure it out so it would work the way it needed to.

    Thanks again.:D
  11. Replies
    9
    Views
    1,750

    strtok and using int & long for phone number

    This is what I have so far on this phone number program using the instructions above but it still isn't working correctly. HELP!
    #include <string.h>
    #include <iostream>
    using std::cout;
    using...
  12. Replies
    9
    Views
    1,750

    So new, that I haven't gotten anything so...

    So new, that I haven't gotten anything so far...this one has me stumped. Can't even get started descently. :confused:
  13. Replies
    9
    Views
    1,750

    newbie needs help with strtok function

    Need to write a program that inputs a telephone number as a string in the form (608) 123-1234. This program should use strtok function to extract the area code as a token, the first three digits of...
Results 1 to 13 of 13