Hey!
Do you think I can make a game completely in
VB then just use this converter to make it into
a C++ Application then compile it there??
Will that work better???
Or not at all???
Printable View
Hey!
Do you think I can make a game completely in
VB then just use this converter to make it into
a C++ Application then compile it there??
Will that work better???
Or not at all???
Those converters usually don't work too well for big apps like games... if you really want speed, write the slow parts in a C++ DLL and it should work fine :)