Hi,
Is there a way of doing simple code generation inside visual c# express
such as similar to preprocessing in c++ ?
I need to generate a library for some vector maths,
but I need to implement it for different types wich would be difficult to do
with
generic types and/or interfaces for numerous reasons
and would probaly sufer a considerable performance hit.
many thanks
Colin =^.^=
Is there a way of doing simple code generation inside visual c# express
such as similar to preprocessing in c++ ?
I need to generate a library for some vector maths,
but I need to implement it for different types wich would be difficult to do
with
generic types and/or interfaces for numerous reasons
and would probaly sufer a considerable performance hit.
many thanks
Colin =^.^=
Comment