the only way i can think of using c/c++ in vb code is to put that c/c++ code into a dll that is called by your vb code. i cannot see how else the 2 languages can co-exist...
You have an application that is made in vb in which there is a textbox where you can type your c++ code then the system will then validate the c++ code
Woah, thanks for the information, I think that Visual Studio made an enhancement in which you can do c++ codes in other languages, but I do not know how it is done, I think it is very complex
Do you mean writting a COM and ussing that in .NET? 2005 has interopability so older COM Objects can be handled with current languages (like vb.net)
Are you trying to create a c++ compiler in vb? What you can do in vs2005 (.net 2.0) it comes with compiler options. You can pretty much do what you want, create a c++ "compiler" in vb.net if you like, Have a look at .net 2.0 compiler info.