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 IamaSherpa 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: *

  1. JAS19831

    deleting multiple items from a list

    I'm having trouble deleting multiple items from a list. I need to ask the user how many numbers they want to delete from the top of the list, then delete them. This is what I have got: bool LinkedList::deleteFirstN(int N) { nodePtr currPtr; for(int i = 0; i < N; i++) { if(N > size()) {...

Part and Inventory Search

Back
Top