View Single Post
Old Dec 4th, 2005, 2:13 PM   #1
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 928
Rep Power: 4 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
typedef in java?

I'm looking for an efficient way to store two values, such as points (x,y), without using objects if possible. They will be stored in an array such as points[]. What is the easiest way to do this?
titaniumdecoy is offline   Reply With Quote