suppose i want to use the java.util.TreeMap class of java in C++ what should i do in MSVC++2008sp1???
________________________________ From: Thomas Hruska <[email protected]> To: [email protected] Sent: Wednesday, April 15, 2009 6:24:05 PM Subject: Re: [c-prog] how to incorporate java classes in msvc++2008sp1 Snit Roy wrote: > how to incorporate java classes in msvc++2008sp1? ??can you show me the way??? Depends on what you mean by "incorporate" . Rewriting them is always a good exercise. Rewriting code usually allows you to "do that thing you wanted to do in the first place but never got around to doing". -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/ [Non-text portions of this message have been removed]
