digitalmars.D.learn - help starting
- mc (3/3) Nov 03 2009 I downloded D and it said its missing a debugger so i re downlouded that...
- Jesse Phillips (8/11) Nov 03 2009 I'm not sure exactly what you are doing wrong. In all likely-hood, you c...
- Jussi Jumppanen (4/7) Nov 04 2009 This link might help.
- bearophile (5/6) Apr 27 2010 Thank you for your answer.
- bearophile (1/1) Apr 27 2010 Please ignore this, it's a post mistake (from webnews).
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
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/DMDdo 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
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
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
Please ignore this, it's a post mistake (from webnews).
Apr 27 2010