Author Topic: what does "ParserConsts::lt" stands for?  (Read 6858 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
what does "ParserConsts::lt" stands for?
« on: December 26, 2009, 08:47:36 am »
Does it means:

lt is a abbreviation for Less than ? Am I right? thanks.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: what does "ParserConsts::lt" stands for?
« Reply #1 on: December 26, 2009, 10:45:18 am »
lt is a abbreviation for Less than ? Am I right? thanks.
Yes. The same story: gt equals to greater than.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ