Jump to content

Recommended Posts

Posted

I have some code from an old C++ 4.0 project that I am trying to update to update for a user. I know very little about C++. I have some C experience and some C# experience.

Does anybody have some answers to these questions.

Would I need the old Visual C++ 4.0 to view and compile the code?

Could I use a newer version like 5.0 or 6.0 to view and compile the code?

Would I have to change the code to use in a newer version?

Is there any way I could make it work in Visual Studio 2005?

If there is anyone that could give me some direction, I would appreciate it.


Posted

Answer to all these.

The code can be viewed in notepad, or any other IDE you choose. The VC++ workspace from version 4 should be viewable in Visual Studio 2005 (it might ask you if you awant to update to a 2005 workspace) depending on MS backwards compatabilities. And all code should compile in a newer version without modifications (unless its MS specific and they havent kept backwards compatability)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...