05-24-2024, 05:46 AM
This simple snippet creates a C++ Compilation Error:
Obviously NOT toggles -1 to 0 and back again but it is interesting to note..
Erik.
Code: (Select All)
T = 10
T = T Not T
Erik.