<div dir="ltr">Hello list <br>i have few small questions about clang hope you could help <div><br>1. can clang get input in memory  c++ code and compile it to executable ? , i know it can load c++ file <br>but i like to be able to dynamically build the source file , <div>
if not is there any other way to build logic in memory and then compile it ? <br><br></div><div>2. i like to work with c++ source code that is compiled to executable also <br>i like to link static lib's to the source code , <br>
for example :</div><div>build curl simple client . so the client will be build in memory and then it will be linked to <br>cUrl.lib </div><div>i dont what to be dependent on Visual studio linker . what should i do ? <br><br>
Thanks for your help </div><div><br></div></div></div>