m***a 发帖数: 198 | 1 If you are talking about Templates, not STL in C++, there
are a couple of 3rd party solutions in
Javahttp://www.cs.bell-labs.com/who/wadler/gj/ ). For an
easy implementaion you can just write your own
pre-processor(or use C++'s). Talking about advanced ones, it
should not be a problem since in Java we can access to much
more class info than in C++. (reflections, .TYPE, .CLASS
operators.. you know what I am talking about) So there are
more things you can play with.
There are also a lot of discu |
|