ponce

Simen kjaeraas simen.kjaras at gmail.com
Tue Nov 9 06:08:36 PST 2010


Is this possible at compile time? <c1o2n3t4a5c6t at 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


More information about the Digitalmars-d-learn mailing list