Visual C++ interface for existing C program

  • Thread starter Thread starter Nikkia Carter
  • Start date Start date
N

Nikkia Carter

Hi! I am writing a GUI interface using the MFC
application in Visual C++ .NET for an existing C program
that ran in DOS. I am currently designing the interface
but have no idea of how I'm going to tie them together.
Any examples and/or suggestions are welcomed. Thanks!
 
Hi! I am writing a GUI interface using the MFC
application in Visual C++ .NET for an existing C program
that ran in DOS. I am currently designing the interface
but have no idea of how I'm going to tie them together.

Nikkia,

Not knowing anything about your application it's difficult to have any
good suggestions other than to restructure your existing code to
isolate areas that do any input or output so that you can maximise
re-use of the code in those other areas.

Dave
 

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

Back
Top