digitalmars.D.learn - Log in an nogc function
- Saurabh Das (4/4) Aug 17 2016 Is there any way I can log to a terminal or a file from inside an
- Guillaume Piolat (3/7) Aug 17 2016 import core.stdc.stdio;
- Saurabh Das (5/13) Aug 17 2016 Damn I should have tried that. I feel stupid now :(
Is there any way I can log to a terminal or a file from inside an nogc function? Thanks, Saurabh
Aug 17 2016
On Wednesday, 17 August 2016 at 10:45:01 UTC, Saurabh Das wrote:Is there any way I can log to a terminal or a file from inside an nogc function? Thanks, Saurabhimport core.stdc.stdio; printf("am logging C-style\n");
Aug 17 2016
On Wednesday, 17 August 2016 at 10:47:54 UTC, Guillaume Piolat wrote:On Wednesday, 17 August 2016 at 10:45:01 UTC, Saurabh Das wrote:Damn I should have tried that. I feel stupid now :( Thank you!! :) SDIs there any way I can log to a terminal or a file from inside an nogc function? Thanks, Saurabhimport core.stdc.stdio; printf("am logging C-style\n");
Aug 17 2016