On Wed, Apr 15, 2009 at 9:23 AM, Snit Roy <[email protected]> wrote:

> suppose i want to use the java.util.TreeMap class of java in C++ what should 
> i do in MSVC++2008sp1???

Find the C++ equivalent? I am sure that between the STL and Boost
there is something equivalent to what you want to do.

Someone asked the question last week on how to use Java and C++
together. The basic idea is you would have to embed a Java Virtual
Machine inside your C++ application to be able to call Java classes
(similar to how Perl and Python can be embedded inside a C++ program).
You should look back through the list archives and see some of the
responses to the original question.

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
    If I were to divulge it, it would overturn the world."
               -- Jelaleddin Rumi

Reply via email to