Hi, All:
I read the following passage from a book:
"There are three exceptions to the rule that headers should not contain
definitions: classes, const objects whose value is known at compile
time, and inline functions are all defined in headers. "
Can someone explain to me why some of the const objects must be defined
in the header file?
Thanks in advance for the help
--Rui
I read the following passage from a book:
"There are three exceptions to the rule that headers should not contain
definitions: classes, const objects whose value is known at compile
time, and inline functions are all defined in headers. "
Can someone explain to me why some of the const objects must be defined
in the header file?
Thanks in advance for the help
--Rui
Comment