Windows CPP Compiler Recommendations...

B

Bob Mariotti

Gents;

I have several CPP programs originally built using Borland's TurboCPP
suite. They were developed on Win 3.1and now I need to compile them
for use on Windows98-XP.

Not being familiar with C compilers my question is:

What C++ compiler would one recommend that would provide me with the
best migration of this code to the desired platforms?

I am a seasoned programmer but not in C/CPP but I am also a quick
learner.

Thanks in advance for your recommendations.

Bob
 
R

Ralf

Bob Mariotti said:
Gents;

I have several CPP programs originally built using Borland's TurboCPP
suite. They were developed on Win 3.1and now I need to compile them
for use on Windows98-XP.

Not being familiar with C compilers my question is:

What C++ compiler would one recommend that would provide me with the
best migration of this code to the desired platforms?

I am a seasoned programmer but not in C/CPP but I am also a quick
learner.

Thanks in advance for your recommendations.

Bob


It is not a problem to find a compiler. You can take the Borland C++, which
you get free from Borland.
The difficulty is to port typical Win 3.1 code to Win 32 code. Something in
the WIN API has changed.
If the code is written with the OWL, you need this framework too. There is
some free OWL for Win32
available in the net.

Ralf


www.cplusplus-kurse.de
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top