How to create a lightweight C code sandbox?

前端 未结 13 1206
天涯浪人
天涯浪人 2020-11-29 19:43

I\'d like to build a C pre-processor / compiler that allows functions to be collected from local and online sources. ie:

#fetch MP3FileBuilder http://scripts         


        
13条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-29 20:07

    Nice idea, but I'm fairly sure what you're trying to do is impossible with C or C++. If you dropped the sandbox idea it might work.

    Java's already got a similar (as in a large library of 3rd party code) system in Maven2

提交回复
热议问题