He he, I'm the first guy to post anything on this forum. OK here's my question.

How do you export functions etc in C++

I want to make a C++ back end for various VB projects I'd prefer to make a load of class mopdules but functions would be fine, I can write the C++ code I need and make the classes but I've learnt C++ mainly from seeing examples of windows programming so I know nothing about how to compile C++ code into anything apart from a console mode APP.

Are there any web sites etc that can show me how to connect to C++ (I can do the VB end)