Was just wondering if there are any built in functions in c++ OR c# that lets you use the compiler at runtime? Like for example if i want to translate:
!print \"
In C++ you can't use the compiler at runtime but you can embed an interpreter in your project, like CINT.