A long time ago, in a galaxy far, far way, someone said...

> I have a small multithreaded java app that I need to convert to C++. I
> am an experienced C and java developer transitioning to C++.
> 
> The initial target platform for this app is Windows 98, probably
> implemented as a driver.
> 
> However, I would like to retain as much cross-platform capability as I
> can and I am most used to doing development in linux.
> 
> The app needs good thread support (POSIX?) and a few classes like Vector
> and Hashtable, otherwise nothing much special.

In the STL (standard type library) there are ADTs of that type.  I'm not
the person to ask as to how to use 'em, though.

> Does anyone have any advice for me? My company has a microsoft
> developer connection subscription so I can get any of that stuff,
> although I am unfamiliar with it.

-- 
----------------------------------------------------------------------
Phil Brutsche                                   [EMAIL PROTECTED]

"There are two things that are infinite; Human stupidity and the
universe. And I'm not sure about the universe." - Albert Einstein

Reply via email to