News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Search feature on our forum

Started by ollydbg, December 21, 2013, 06:12:11 AM

Previous topic - Next topic

ollydbg

It looks too bad.

For example, I just want to search the keyword "git", and select the user by "ollydbg", I get no results.

In this case, Google gives more good results, I just want to search my own post, by something like:

"git log -S" ollydbg site:forums.next.codeblocks.org

Then, Google can find only one result, and it is what I wanted, nice!
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.