I am new to programming, but I created a pretty good library for calculating mathematical problems such as quadratic equations and many others. Now I met a friend and programmed programming in VB a bit, and we were thinking, is it possible to import my functions from C ++ into his code so that he can call them when they are needed, so that we can make a calculator? How can we do this?
Edit: My friend uses VB.net Edit: My library is organized in free functions.
source
share