How to Use D's ImportC Compiler in a Program

Manfred Nowak svv1999 at hotmail.com
Tue Oct 7 19:38:41 UTC 2025


On Tuesday, 7 October 2025 at 00:56:26 UTC, David T. Oxygen wrote:
[...]
> ```c
> #include<stdio.h>
> int main(){
>     printf("Hello World!\n");
>     return 0;
> }
> ```

Compilable without errors or warnings, when dmd 2.111.0 and 
"Visual Studio" 2019 and 2026 are installed under win11.



More information about the Digitalmars-d-learn mailing list