How do u convert VB into C++??
Bruta
Printable View
How do u convert VB into C++??
Bruta
There are some programs that are meant to convert C++ api function declarations in VB.
I dunno what is still out there but -- See:
www.freevbcode.com
www.desaware.com
Actually converting full C++ programs to VB - it isn't possible, except maybe for 10-liner console apps.
You'll have to learn C++ and do a strutured translation - you need to figure out what each part of the program does and then translate it to C++. The really hard thing is that there are no forms in C++...
it would probably be easier just to rewrite the program...