Re: Is there a way to use C++ code in IDL [message #34202 is a reply to message #34201] |
Thu, 20 February 2003 10:52   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
CelticBlues (idluser@celticblues.com) writes:
> 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....
My only point is that learning how to link C++ programs
into IDL on your second day on the job, is like learning
C++ by starting with how the compiler works. It may be
useful (and even interesting), but at the end of the
day you aren't going to be much of anywhere.
But if you spend a day with IDL futzing around trying
to read an ASCII file, you might even have a file
reader by the time the dinner bell goes off. :-)
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
|
|
|