Snit Roy wrote: > suppose i want to use the java.util.TreeMap class of java in C++ what should > i do in MSVC++2008sp1???
Already implemented: std::map. Get a good book on the ANSI Standard C++ library. Don't try to bring Java into C++ unless you absolutely need to. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
