Program option command line

2010-06-22 Thread bioinfornatics
hello, I develop in many language such C/C++ Java etc.. and i want try with D in c++ for example i use boost::program_option for parse command line. I search the same thing for D language. thanks

Re: Program option command line

2010-06-22 Thread Robert Clipsham
On 22/06/10 23:15, bioinfornatics wrote: hello, I develop in many language such C/C++ Java etc.. and i want try with D in c++ for example i use boost::program_option for parse command line. I search the same thing for D language. thanks If you're using D1/tango you can use tango.util.ArgParser

Re: Program option command line

2010-06-22 Thread Masahiro Nakagawa
On Wed, 23 Jun 2010 07:15:37 +0900, bioinfornatics wrote: hello, I develop in many language such C/C++ Java etc.. and i want try with D in c++ for example i use boost::program_option for parse command line. I search the same thing for D language. thanks std.getopt? http://www.digitalmars

Re: Program option command line

2010-06-22 Thread bioinfornatics
great :-) sorry for this sutpid question i want try one project with D and i think is hard to find the good information for D programming (yea i need buy a book too) big thanks

Re: Program option command line

2010-06-24 Thread Steven Schveighoffer
On Tue, 22 Jun 2010 18:36:09 -0400, bioinfornatics wrote: great :-) sorry for this sutpid question i want try one project with D and i think is hard to find the good information for D programming (yea i need buy a book too) big thanks Just a heads up, TDPL (the just-released book) purp