4
votes
7answers
946 views
Is there any way to define a constant value to Java at compile time
When I used to write libraries in C/C++ I got into the habit of having a method to return the compile date/time. This was always a compiled into the library so would differentiate builds of the lib …
0
votes
How do you pass a member function pointer?
Would you not be better served to use standard OO. Define a contract (virtual class) and implement that in your own class, then just pass a reference to your own class and let the receiver call the …
