Hi,
Can anybody tell me the procedure for
defining your types in Java.
In other words, what is the Java equivalent
of the following C++ statement:
typedef const char* myString;
Thanks in advance
Karim
Printable View
Hi,
Can anybody tell me the procedure for
defining your types in Java.
In other words, what is the Java equivalent
of the following C++ statement:
typedef const char* myString;
Thanks in advance
Karim