in C++, I can do it by:
void getParam(int *width, int *height);
int width, height;
getParam(width, height);
but how can I do it in JAVA because JAVA does not accept point?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Thread: how to return 2 value?Threaded View
|
Click Here to Expand Forum to Full Width |