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 strongm 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. jlapointe

    A vector of class instances

    Oh ok, thanks a lot. Sorry about posting in the wrong spot, I'm obviously new to the forums.
  2. jlapointe

    A vector of class instances

    I'm fairly new to Java, and I'm having some troubles with a vector. Say I have something like this: class Blah { public int test; public Blah() { test=3; } } Vector v = new Vector(0,1); v.addElement(new Blah()); int t =...

Part and Inventory Search

Back
Top