Search:

Type: Posts; User: riley03

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,296

    Ok that helps a lot!! Thank you!!!

    Ok that helps a lot!! Thank you!!!
  2. Replies
    7
    Views
    2,296

    Sorry guys I try to use those code tags and just...

    Sorry guys I try to use those code tags and just when I think I post it clear I get hammered with ***code tags**** =) Again, I am sorry!!!
  3. Replies
    7
    Views
    2,296

    So you mean where I have bool IsPalindrome &...

    So you mean where I have

    bool IsPalindrome & string Reverse in the main just have
    IsPalindrome and Reverse...

    your 2 and 3 points I am a little shaky on- can you elaborate a little....Do you...
  4. Replies
    7
    Views
    2,296

    HELP W/ Palindrome function!!??

    I know that you guys are all probably Palindromed out but I wrote a program and it's telling me that m is an undeclared identifier and also a unreferenced local varibale errors....any idea on how to...
  5. Thread: search

    by riley03
    Replies
    4
    Views
    877

    Thank you for those suggestions!!! I got the...

    Thank you for those suggestions!!! I got the program up and running!!! Thanks!!
  6. Thread: search

    by riley03
    Replies
    4
    Views
    877

    Sure I can!! I didn't want to load you up on...

    Sure I can!! I didn't want to load you up on info...sorry=) I tend to leave out the important stuff??

    Node* OrdList ::SearchHelper(Node *r, ItemType item){
    if(r->ptr == NULL){
    return NULL;...
  7. Thread: search

    by riley03
    Replies
    4
    Views
    877

    search

    Ok I have a search function and and search helper function...I need to cout wheter or not the item is found...


    What I have is from my main:
    L.Search(3);//Looking for those #'s 3 is in my list...
  8. Thread: Stack problem

    by riley03
    Replies
    6
    Views
    1,316

    Thanks Guys!! I successfully completed my...

    Thanks Guys!! I successfully completed my StackClass project called Bashemin Parking Lot!! Nice name huh?? I wanted to bash my head softly , of course, against the computer!!! Thanks again- and I...
  9. Thread: Stack problem

    by riley03
    Replies
    6
    Views
    1,316

    I believe that this is the part ( my implemation)...

    I believe that this is the part ( my implemation) that is throwing the program....
    void Stack::Print () {
    if (! IsEmpty() ) {


    Node* q= parkinglot->ptr;
    ...
  10. Thread: Stack problem

    by riley03
    Replies
    6
    Views
    1,316

    Ok- how do you post more than one document??

    Ok- how do you post more than one document??
  11. Thread: Stack problem

    by riley03
    Replies
    6
    Views
    1,316

    Stack problem

    I am having trouble getting my program work. I have attched the files!! It stops when I have to print out whats left..and my counter is not working properly for cars- it should never report that lot...
  12. Replies
    3
    Views
    1,031

    The stack is storing strings---(license plate#'s)

    The stack is storing strings---(license plate#'s)
  13. Replies
    3
    Views
    1,031

    If statement trouble??!

    //Here is my code for part of my program, I am getting a error message of:
    c:\documents and settings\carrie\desktop\stackclass.cpp(31) : error C2440: '=' : cannot convert from 'class...
  14. Replies
    4
    Views
    1,010

    thank you!

    Thank you for your help! I appreciate it!!!!
  15. Replies
    4
    Views
    1,010

    reversing a string recursively

    Be gentle I am new at this but I need some help. I have to create a function and then use it recursively so that it reverses the string. This is my program so far..



    #include <iostream>...
  16. Replies
    4
    Views
    1,454

    sorry i didnt give relevant info i dont want...

    sorry i didnt give relevant info i dont want people to think that i want them to do my work for me....what i need to do is read in info from a file. the file states the persons first and last name,...
  17. Replies
    4
    Views
    1,454

    fstream and formatting

    Hello I have a question...we are in spring break at school so I can't get in touch with my teacher. Can some kind soul explain what functions I may use to format my program so when it prints out it...
  18. Thread: using substr

    by riley03
    Replies
    2
    Views
    1,542

    using substr

    Thank you very much I appreciate your help!!!!!!!
    Works great!!!!
  19. Thread: using substr

    by riley03
    Replies
    2
    Views
    1,542

    using substr

    Can someone look at this program and tell me why i am getting the error that
    **c:\documents and settings\burley\desktop\carrie\cpp1.cpp(26) : error C2664: 'substr' : cannot convert parameter 2 from...
  20. Thread: swapping code

    by riley03
    Replies
    5
    Views
    1,140

    I thank you all for all the input. My teacher is...

    I thank you all for all the input. My teacher is great but sometimes he has us do something before we actually learn it. I looked through my book and the c++ for dummies and they both look very...
  21. Thread: swapping code

    by riley03
    Replies
    5
    Views
    1,140

    swapping code

    I have to write a block of code that swaps the input !!
    Be gentle on me I am new at this!!

    int num1, num2;
    cout << "Please enter two values:";
    cin >> num1, num2

    This is where I get lost,...
Results 1 to 21 of 21