L
lovecreatesbeauty
Prof. Bjarne Stroustrup said "built-in data types have default
constructor" at §10.4.2 in `TC++PL, special ed.'.
He also said that "built-in data types are not classes" at §11.4 in
`TC++PL, special ed.'.
(Sorry, I'm reading a Chinese edition of the book, and can't get a
English edition handy currently. Perhaps these words are not same as
his book, but I think the meaning is the same.)
Can I take Built-in Data Types as Compiler Defined Types. Then it's the
same as class (UDT) at this point.
constructor" at §10.4.2 in `TC++PL, special ed.'.
He also said that "built-in data types are not classes" at §11.4 in
`TC++PL, special ed.'.
(Sorry, I'm reading a Chinese edition of the book, and can't get a
English edition handy currently. Perhaps these words are not same as
his book, but I think the meaning is the same.)
Can I take Built-in Data Types as Compiler Defined Types. Then it's the
same as class (UDT) at this point.