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 TouchToneTommy 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. aachen

    double link list

    hi programmer, I am writing a double link list. when I try to insert an item, it gives me an null pointer error when I try to run it. this is what I basically did, in the list class, I declared GroceryItemNode newItem = new GroceryItemNode(); then I used this new object to call another...

Part and Inventory Search

Back
Top