News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

what does "ParserConsts::lt" stands for?

Started by ollydbg, December 26, 2009, 08:47:36 AM

Previous topic - Next topic

ollydbg

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.

MortenMacFly

Quote from: ollydbg on December 26, 2009, 08:47:36 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]