Define a primitive data type: Difference between revisions

Content added Content deleted
m (Switch to header template)
m (→‎{{header|C++}}: Technically, they would have used g++, not gcc. Both are part of GCC, though...)
Line 10: Line 10:


=={{header|C++}}==
=={{header|C++}}==
'''Compiler:''' [[GCC]]
'''Compiler:''' [[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.