Thursday, July 9, 2009

Can VB work with C++?

I am learning C++ do construct a program that manipulates data. C++ console programming I find is dead easy, but manipluating forms is so much more difficult than VB... should I use VB to manipulate the interface with C++ running all the operations in the background, or would that be just a dumb idea...?

Can VB work with C++?
You can write DLL in C/C++ and call your C/C++ functions from VB code.


Visit the link below to learn hor to do it properly.
Reply:Visual Studio 2k5, it might get messy but in short the answer is yes, if the C++ code is simple just recode to keep things clean


No comments:

Post a Comment