c++.beta - wildcard support in DMC++
- Skylon <Skylon_member pathlink.com> Jan 21 2005
- Skylon <Skylon_member pathlink.com> Jan 21 2005
- Scott Michel <scottm aero.org> Jan 21 2005
- Sergey Gutnikov <Sergey_member pathlink.com> Jan 21 2005
- "Walter" <newshound digitalmars.com> Jan 31 2005
I would really like to see DMC++ support wildcard string. I believe Walter could do it, perhaps he is just busy on D. Well, I'd found an article about wildcald expansion in C and it's very portable, hope that could save Walter's time to make DMC++ support wildcard. Thanks.
Jan 21 2005
In article <csqqin$2m8s$1 digitaldaemon.com>, Skylon says...I would really like to see DMC++ support wildcard string. I believe Walter could do it, perhaps he is just busy on D. Well, I'd found an article about wildcald expansion in C and it's very portable, hope that could save Walter's time to make DMC++ support wildcard. Thanks.
Sorry, forgot to show the url. http://codeproject.com/string/wildcmp.asp
Jan 21 2005
Skylon wrote:In article <csqqin$2m8s$1 digitaldaemon.com>, Skylon says...I would really like to see DMC++ support wildcard string. I believe Walter could do it, perhaps he is just busy on D. Well, I'd found an article about wildcald expansion in C and it's very portable, hope that could save Walter's time to make DMC++ support wildcard. Thanks.
What do you mean by "wildcard support"? Wildcard support on the command line, e.g., "dmc -c -mn *.cxx"? You suggestion is one of those 90-10 suggestions: 90% of the time, no one would really use it, 10% of the time (or considerably less), it's almost useful for projects that ultimately get thrown away ("one-offs"). Not sure I'd be all that supportive of it as a feature.
Jan 21 2005
In article <csqqn9$2mhi$1 digitaldaemon.com>, Skylon says...In article <csqqin$2m8s$1 digitaldaemon.com>, Skylon says...I would really like to see DMC++ support wildcard string. I believe Walter could do it, perhaps he is just busy on D. Well, I'd found an article about wildcald expansion in C and it's very portable, hope that could save Walter's time to make DMC++ support wildcard. Thanks.
Sorry, forgot to show the url. http://codeproject.com/string/wildcmp.asp
I remember it worked in Zortech C/C++ 3.x. This feature is a part of DMC library -- try to look for a macro WILDCARDS in dos.h. Sergey
Jan 21 2005
"Sergey Gutnikov" <Sergey_member pathlink.com> wrote in message news:css6pe$1bo2$1 digitaldaemon.com...In article <csqqn9$2mhi$1 digitaldaemon.com>, Skylon says...In article <csqqin$2m8s$1 digitaldaemon.com>, Skylon says...I would really like to see DMC++ support wildcard string. I believe
do it, perhaps he is just busy on D. Well, I'd found an article about
expansion in C and it's very portable, hope that could save Walter's
make DMC++ support wildcard. Thanks.
Sorry, forgot to show the url. http://codeproject.com/string/wildcmp.asp
I remember it worked in Zortech C/C++ 3.x. This feature is a part of DMC
-- try to look for a macro WILDCARDS in dos.h.
It's still there.
Jan 31 2005









Scott Michel <scottm aero.org> 