C++ Integration

Hi,

I have a program written in CUDA, that performs intensive mathematical operations. I want to provide this program thorugh a GUI, for which my freinds say that I can do it through Visual C++. Can anybody tell me how to integrate a CUDA program in a GUI written in C++. Or is there any example in CUDA SDK that describes the integration of CUDA oin a C++ code?

Thanks in advance