G
Guest
Hi,
In c++ ( I do no longer remember exactly how) I used some compiler
predefined macro to insert the date and time of compilation into a string.
How is this done in c#
In c++ it could have looked something like this
wchar_t *ptr= __DATE__;
In c++ ( I do no longer remember exactly how) I used some compiler
predefined macro to insert the date and time of compilation into a string.
How is this done in c#
In c++ it could have looked something like this
wchar_t *ptr= __DATE__;