Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: staminch
  • Order by date
  1. staminch

    Please help me add to this stack and queue code!!!!

    hello, i have this code, but i need to add to it. It has to do the following, and i need to do #7-#9. I would appreciate any suggestions. 1. Create a file that holds first and last name. (lets say sta minch). 2. read the file. 3. creat a stack names s_name. 4. push all characters from first...
  2. staminch

    Newbie Needs Help with Stacks and Queues PLEASE!!!!!!!

    Just bringing this up, because I still need help!
  3. staminch

    Newbie Needs Help with Stacks and Queues PLEASE!!!!!!!

    thanks, how would i read name file in the .cpp portion? Do i just write first and last names in .txt format, and read it in the .cpp file? what must i add to this template to complete everything in my list? how do i do the queue part? thanks for the responses.
  4. staminch

    Newbie Needs Help with Stacks and Queues PLEASE!!!!!!!

    Yes, i must use stl. Im pretty much having trouble with the whole stack/ queue concept. I would apprciate any help.
  5. staminch

    Newbie Needs Help with Stacks and Queues PLEASE!!!!!!!

    Hello, I need to perform the following using stacks and queues. I would appreciate any help. thanks. [b] 1. Create a file that holds first and last name. (lets say sta minch). 2. read the file. 3. creat a stack names s_name. 4. push all characters from first name into stack s_name. 5. create a...

Part and Inventory Search

Back
Top