Converting Java code to C++ ...data structures questions

G

graftonfot

Hi there,

I've programmed in C++ for many years, but I've been away from it for a
while.

I have some JDK 1.4 code that I need to re-implement in C++. I am
wondering, are there any commonly-used libraries for replacing the Java
SDK types (particularly all the containers) that people use these days?
I know about the STL, but was wondering if there was anything more
popular/current.

Thanks.
 
V

Victor Bazarov

I've programmed in C++ for many years, but I've been away from it for a
while.

And I thought it's like riding a bicycle...
I have some JDK 1.4 code that I need to re-implement in C++. I am
wondering, are there any commonly-used libraries for replacing the Java
SDK types (particularly all the containers) that people use these days?
I know about the STL, but was wondering if there was anything more
popular/current.

You should consider asking in a newsgroup dedicated to your platform,
as well. No, I am not saying you're totally off the mark posting here,
I am just saying, keep your horizons wide.

And, speaking of containers, I would probably not be too much off saying
that the Standard Library containers are the most popular containers
today. Of course, it does depend on your definition of "popular".

V
 
M

Mike Wahler

Hi there,

I've programmed in C++ for many years, but I've been away from it for a
while.

I have some JDK 1.4 code that I need to re-implement in C++. I am
wondering, are there any commonly-used libraries for replacing the Java
SDK types (particularly all the containers) that people use these days?
Yes.

I know about the STL, but was wondering if there was anything more
popular/current.

The container types and algorithms defined by the C++ standard library
which were formerly collectively called the 'STL' are the most 'current'
as regards standard C++. "Popularity" is of course a subjective issue.
Anyway, why does 'popularity' matter?

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,008
Latest member
HaroldDark

Latest Threads

Top