On 8/28/07, jonatan perry <jonatan44@xxxxxxxxx> wrote: > can I give to gcc in some way buffer (C code) from memory and let him > compile it? No, but GCC can read from stdin (you will need to use -x to specify the language).
On 8/28/07, jonatan perry <jonatan44@xxxxxxxxx> wrote: > can I give to gcc in some way buffer (C code) from memory and let him > compile it? No, but GCC can read from stdin (you will need to use -x to specify the language).