Define a primitive data type: Difference between revisions

m
→‎{{header|C++}}: Technically, they would have used g++, not gcc. Both are part of GCC, though...
m (Switch to header template)
m (→‎{{header|C++}}: Technically, they would have used g++, not gcc. Both are part of GCC, though...)
Line 10:
 
=={{header|C++}}==
'''Compiler:''' [[GCCg++]]
 
This class relies on implicit conversions to do most int operations; however the combined operations with assignment have to be coded explicitly.