How do I get started with Windows desktop programming in D? Any recommended IDEs? (I have decent experience with C/C++)
Thread overview |
---|
August 10 Getting started | ||||
---|---|---|---|---|
| ||||
August 10 Re: Getting started | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ian | On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote: >How do I get started with Windows desktop programming in D? Any recommended IDEs? (I have decent experience with C/C++) Hi Ian. Many people who previously worked with Visual Studio like VisualD. I briefly found several useful links for your request. Feel free to check them :) |
August 10 Re: Getting started | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sergey | On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote: >On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote: >How do I get started with Windows desktop programming in D? Any recommended IDEs? (I have decent experience with C/C++) Hi Ian. Many people who previously worked with Visual Studio like VisualD. I briefly found several useful links for your request. Feel free to check them :) Thank you for responding. I did get started with Visual D but I'll review your other links as well. |
August 21 Re: Getting started | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ian | On Saturday, 10 August 2024 at 23:29:42 UTC, Ian wrote: >On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote: >On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote: >[...] Hi Ian. Many people who previously worked with Visual Studio like VisualD. I briefly found several useful links for your request. Feel free to check them :) Thank you for responding. I did get started with Visual D but I'll review your other links as well. For D, I will recommend Zed (may have to compile on windows) with the D extension. Faster, smoother especially for D. But the suggested above are more popular here. |