On Jul 4, 11:43*pm, Erik Wikström <Erik-wikst...@telia.com> wrote:
> On 2008-07-04 05:25, Mallik * G wrote:
>
> > While reading some source code, I saw a variable called "end" of type
> > "time". So I investigated what the type "time" meant and saw that time
> > was a typedef for "Real". So what does "Real" mean? "Real" is a
> > typedef forQL_REAL. So what does "QL_REAL" mean?QL_REALis type
> > double via the line of code #defineQL_REALdouble....
>
> Congratulations, you have discovered abstraction, a fundamental skill
> when writing software.
>
No, I don't think the OP has discovered abstraction. I wrote
_exactly_ the same paragraph in another posting, and the OP just copy-
pasted it. I don't know why the OP did this(??)
If the OP has discovered anything, it is the art of copying and
pasting text.
Paul Epstein
|