Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search Tool

Status
Not open for further replies.

BelgianDude

Programmer
Aug 1, 2005
1
0
0
BE
I am looking for a tool to search through code, not on keywords but on certain types of expressions.

e.g. find a statement where two floats are compared

float x = getSomeFloatValue();
float y = getSomeOtherFloatValue();

// We want to search for the following comparison
if (x == y) { // do something }


Thanks,
BelgianDude
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top