|
C++
I bet there are probably some people on this forum who know C++.
I have decided to create a Java to C++ (and C++ to Java) code converter. Obviously applets and graphical programs cannot be converted.
So here's my question.
I have seen in C++ things that i have never seen in Java such as pointers (*) and reference(&). I've also seen things such as struct, union, etc. Is it possible to implement these things in Java code, or will this just be a waste of my time?
__________________
//Haha javac, can't see me now, can ya?
|