I have a basic questions. I have written a program in C++ and I would like to create a GUI for it.

I have a book Microsoft Visual Basic C++.net that has a great tutorial, but its in clr/c++. Is it possible to program a GUI in this language in use it on a c++ code.

I just want to know before I start and then find out it is not possible

Thank You@

Yes it is possible.
In fact the only justification for the continued existence of C++/CLI is that you can integrate standard C++.
[EDIT] This is just my humble opinion. Why? If you want to use managed code then you are better off using C#, because it's syntactially simpler and spares you some of the problems that standard C++ poses...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.