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 \"
You can always do it in the dirty way, with system() and calling the compiler "gcc..." or your equivalent