Is this possible at compile time? <c1o2n3t4a5...@gamesfrommars.fr> wrote:

Are these things possible at compile-time?
1 - instancing templated struct/class and using them

Structs yes, classes no. And not all kinds.

2 - calling dynamically linked C functions

No.

3 - accessing files

Yes. import( "filename" ) gives you the contents as a string.


--
Simen

Reply via email to