www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - help starting

reply mc <1234go1 gmail.com> writes:
I downloded D and it said its missing a debugger so i re downlouded that  and i
can still only run the program  on CMD.
What did  i do wrong?

and by any chance do you now how to separate a string(char[]) into words?
Nov 03 2009
next sibling parent Jesse Phillips <jessekphillips+D gamil.com> writes:
mc Wrote:

 I downloded D and it said its missing a debugger so i re downlouded that  and
i can still only run the program  on CMD.
 What did  i do wrong?
I'm not sure exactly what you are doing wrong. In all likely-hood, you can run your program outside of CMD(Command prompt), but Windows will close the command prompt it creates before you notice it. I don't know of any requirement for a debugger. I suggest you review these pages to get started: http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/StartingWithD http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/StartingWithD/Compiler/DMD
 do you now how to separate a string(char[]) into words?
Check out std.string; http://digitalmars.com/d/1.0/phobos/std_string.html char[][] split(char[] s); Split s[] into an array of words, using whitespace as the delimiter.
Nov 03 2009
prev sibling next sibling parent Jussi Jumppanen <jussij zeusedit.com> writes:
mc Wrote:

mc Wrote:

 I downloded D and it said its missing a debugger so i re downlouded
 that and i can still only run the program on CMD.

 What did  i do wrong?
This link might help. Win32 Debugger for the D Programming Language - http://ddbg.mainia.de/
Nov 04 2009
prev sibling parent reply bearophile <bearophileHUGS lycos.com> writes:
Michel Fortin:

I don't think this is anything to worry about: those things happens all the
time when you're using libraries from different sources.<
Thank you for your answer. A little community of people writing for the same nearly unknown language two different standard libraries that share lot of functionality. I don't remember other uncommon (or even common) languages in this situation :-) Even if I can accept that there is no solution, I will never see this as something normal or sane :-) Bye, bearophile
Apr 27 2010
parent bearophile <bearophileHUGS lycos.com> writes:
Please ignore this, it's a post mistake (from webnews).
Apr 27 2010