ini library in OSX

2014-09-08 Thread Joel via Digitalmars-d-learn
Is there any ini library that works in OSX? I've tried the ones I found. I think they have the same issue. Joels-MacBook-Pro:ChrisMill joelcnz$ dmd ini -unittest ini.d(330): Error: cannot pass dynamic arrays to extern(C) vararg functions ini.d(387): Error: undefined identifier 'replace', did

Re: D1: Windows DWORD conversion in D

2014-09-08 Thread Kagamin via Digitalmars-d-learn
cast(DWORD)v

Re: Novice web developer trying to learn D

2014-09-08 Thread Kagamin via Digitalmars-d-learn
On Sunday, 7 September 2014 at 21:06:48 UTC, zuzuleinen wrote: The reason I post this is to ask you what other books do you think I should try in order to become hireable in the next 2 years? See http://forum.dlang.org/thread/sgtnnyvmhxzexupgw...@forum.dlang.org

Re: D1: Windows DWORD conversion in D

2014-09-08 Thread jicman via Digitalmars-d-learn
On Monday, 8 September 2014 at 07:08:25 UTC, Kagamin wrote: cast(DWORD)v Darn it! That is so easy. I am convinced that D is the best language ever. thanks, josé

Re: D1: Windows DWORD conversion in D

2014-09-08 Thread Temtaime via Digitalmars-d-learn
DWORD is an uint.

Re: Novice web developer trying to learn D

2014-09-08 Thread Gary Willoughby via Digitalmars-d-learn
On Sunday, 7 September 2014 at 21:06:48 UTC, zuzuleinen wrote: Hello, First, here is my Linkedin profile http://www.linkedin.com/in/andreiboar in order to make an image of my professional background. I do realise here are really good programmers for which this background might sound like a

Re: Novice web developer trying to learn D

2014-09-08 Thread zuzuleinen via Digitalmars-d-learn
Thank you all for all your suggestions, I really appreciate them :) Now it's time to dive in, you gave me good resources :)

Re: Novice web developer trying to learn D

2014-09-08 Thread AsmMan via Digitalmars-d-learn
On Sunday, 7 September 2014 at 21:06:48 UTC, zuzuleinen wrote: Hello, First, here is my Linkedin profile http://www.linkedin.com/in/andreiboar in order to make an image of my professional background. I do realise here are really good programmers for which this background might sound like a

Re: Novice web developer trying to learn D

2014-09-08 Thread Gary Willoughby via Digitalmars-d-learn
On Monday, 8 September 2014 at 20:58:20 UTC, ketmar via Digitalmars-d-learn wrote: On Mon, 08 Sep 2014 20:47:19 + AsmMan via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: Before go to D I recomend you to take a look at the C programming language (as Gary Willoughby already

Re: Novice web developer trying to learn D

2014-09-08 Thread ketmar via Digitalmars-d-learn
On Mon, 08 Sep 2014 21:05:53 + Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: I would agree but that little C book is an amazing read and full of valuable lessons. and pointer arithmetic, and memory leaks, and zero-terminated strings, and writing generic

Re: Novice web developer trying to learn D

2014-09-08 Thread bachmeier via Digitalmars-d-learn
On Monday, 8 September 2014 at 20:58:20 UTC, ketmar via Digitalmars-d-learn wrote: On Mon, 08 Sep 2014 20:47:19 + AsmMan via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: Before go to D I recomend you to take a look at the C programming language (as Gary Willoughby already