Thread: C++
View Single Post
  #1 (permalink)  
Old 01-29-2008, 09:14 AM
gibsonrocker800's Avatar
gibsonrocker800 gibsonrocker800 is offline
Senior Member
 
Join Date: Nov 2007
Location: New York
Posts: 143
gibsonrocker800 is on a distinguished road
Send a message via AIM to gibsonrocker800
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?
Reply With Quote
Sponsored Links