Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiler failure
#7
T NOT T should not be allowed. NOT is unary operator, like making a number negative.

the problem is somebody could write T -3 then compiler picks it up as T - 3. so why can't NOT work the same way, programmer asks? because NOT was designed to work with one integer at a time.

programmer asks if he doesn't use the ide. try to type T -3 in ide and it puts space between minus and 3.

new _NEGATE cause more confusion. is it only supposed to be used in IF statement?

do not load compilelog.txt into ide. creates very strange characters which should be utf-8, for fancy single-quote. this is just a disgusting thing g++ does.
Reply


Messages In This Thread
Compiler failure - by eoredson - 05-24-2024, 05:46 AM
RE: Compiler failure - by SMcNeill - 05-24-2024, 07:31 AM
RE: Compiler failure - by gaslouk - 05-24-2024, 11:45 AM
RE: Compiler failure - by gaslouk - 05-24-2024, 04:40 PM
RE: Compiler failure - by eoredson - 05-25-2024, 12:17 AM
RE: Compiler failure - by bplus - 05-24-2024, 07:40 PM
RE: Compiler failure - by hsiangch_ong - 05-25-2024, 01:12 PM
RE: Compiler failure - by SMcNeill - 05-25-2024, 02:07 PM
RE: Compiler failure - by eoredson - 05-29-2024, 03:23 AM



Users browsing this thread: 2 Guest(s)