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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BelgianDude

  1. BelgianDude

    Search Tool

    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...

Part and Inventory Search

Back
Top