#C++ &-Referencing
06-Mar-90 15:33:39
Sb: #24381-#C++ &-Referencing
Fm: Bob Goldrich 73427,2414
To: John M. Dlugosz 74066,3717
Hey– I like that void abs( unsigned ); bit you did!
Continuing with C++ a little, the Zortech readme file states:
> Variadic Pascal and C++ functions that return structures return them in a
> static temporary rather than on the stack…..
What? More nomenclature?!? What are "variadic" functions?? and what
does this all mean?
I do a lot of vector mathematics, so naturally, my first C++ project was a
vector class, complete with operator overloading and all. When I went
through the program with the debugger I found all these vector objects
called _TEMxx, where xx=15 to 55 or so. Are these vectors the result of
the above lines in the readme file?
-Bob