Re: Is there a way to use C++ code in IDL [message #34205 is a reply to message #34203] |
Thu, 20 February 2003 10:12   |
CelticBlues
Messages: 10 Registered: February 2003
|
Junior Member |
|
|
It's a fairly complex ascii file, the parser of which I did not write
myself. Combine the complexity, with the fact that I didn't write the
original parser, and I feel more comfortable reusing the code, than
rewriting it in IDL, which I just started using yesterday. Maybe as I learn
more about IDL, I'll write a parser in IDL, but until then....
Thanks for the info,
Later,
Ed
"David Fanning" <david@dfanning.com> wrote in message
news:MPG.18bec429c19cf041989af0@news.frii.com...
> James Kuyper (kuyper@saicmodis.com) writes:
>
>> That depends entirely on how complicated the syntax that it parses is.
>> If he's worried about the recoding effort, I doubt that the parsing is
>> simple enough to be a 5 minute job in IDL. With all due respect to IDL,
>> most things that can be parsed correctly by a 5-minute IDL program have
>> a fairly simple syntax.
>
> Perhaps I exaggerated a little. (It's been known to happen.)
> But I stand by my "orders of magnitude" comment. :-)
>
> Cheers,
>
> David
>
> --
> David W. Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Phone: 970-221-0438, E-mail: david@dfanning.com
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|