Some user-made C functions and their D equivalents

kdevel kdevel at vogtner.de
Thu Jul 28 10:48:29 UTC 2022


On Thursday, 28 July 2022 at 00:46:19 UTC, pascal111 wrote:
> On Thursday, 28 July 2022 at 00:36:54 UTC, ryuukk_ wrote:
>> I don't remember the exact syntax for GDC, but it should be 
>> pretty similar to DMD
>>
>> You need to pass the module to the compiler
>>
>>     gdc main.d dcollect.d
>
> I'm using CODE::BLOCKS IDE. How can I do it through it?

You should probably ask this question in a CODE::BLOCKS forum.

Further reading:

- Benefits of Not Using an IDE
   <https://news.ycombinator.com/item?id=28257116>

- Why You Shouldn’t Always Use an IDE
   
<https://betterprogramming.pub/why-you-shouldnt-always-use-an-ide-28ed8c7e6843>


More information about the Digitalmars-d-learn mailing list