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 Westi 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: zcruz
  • Order by date
  1. zcruz

    Reading File Error Handling

    I don't know what's wrong with my code. It keeps on giving me 2 errors saying: (line with try) Error 1: llegal start of type (line at the end of the catch block) Error 2: <identifier> expected Here's my code... What did I do wrong? ------------------------------- import...
  2. zcruz

    Hash Table

    I don't know how to get started on the code for the hash table which will be using chaining. All I know is that I'm creating an inventory system that will store an item's: 1) SKU 2) description 3) cost 4) retail 5) qty on hand and the SKU number is what is going to be used for storing the...

Part and Inventory Search

Back
Top