Visual Basic + C++?

I'm going to take a visual basic class in my high school and I wonder if you can combine the easy making windows of Visual Basic and the power of C++. Yes, I did look on the net for the answer but can't find. So is it possible?
I don't think you can mix languages.
C++ and VBasic are completely different.
But you can create libraries...

If when you said
easy making windows of Visual Basic
you meant the visual programming, you can both try Visual C++ using .Net or ResEdit

http://www.resedit.net/
http://www.microsoft.com/express/download/
Last edited on
It's possible to link a VB program to a DLL, though.
I know how to make a libraries for lua but is there a tutorial for making libraries for C++ or Visual Basic?
That either depends on the compiler or the OS. It helps if you're using an IDE, since it'll likely automatically include the headers you need.
For C++ I use Microsoft Visual C++ 2008, for Visual basic Microsoft Visual Basic 2008.
Mixing those 2 wouldn't make great results ;)
That is what I'm thinking but I can't find a tutorial on how to make a libraries.
Topic archived. No new replies allowed.