Compile simple string

后端 未结 6 1810
星月不相逢
星月不相逢 2021-02-15 13:57

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 \"         


        
6条回答
  •  -上瘾入骨i
    2021-02-15 14:51

    You can always do it in the dirty way, with system() and calling the compiler "gcc..." or your equivalent

提交回复
热议问题