Define a primitive data type: Difference between revisions

Content added Content deleted
Line 193: Line 193:
=={{header|C++}}==
=={{header|C++}}==
{{works with|g++}}
{{works with|g++}}

This class relies on implicit conversions to do most int operations; however the combined operations with assignment have to be coded explicitly.
This class relies on implicit conversions to do most int operations; however the combined operations with assignment have to be coded explicitly.