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>

Reply via email to