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

Search results for query: *

  1. alias301reader

    imagettfbbox returning 0's

    when i use $box = imagettfbbox (20, 0, "arial", 55); then $box[1] & $box[6] are both zero any help would be very appreciated!
  2. alias301reader

    Comparing argv char to a string

    I am trying to do this: #include <iostream> #include <string> #include <cstring> int main (int argc, char *argv[]) { // this is were the problem is I keep getting this: // invalid conversion from ‘char’ to ‘const char*’ // initializing argument 1 of ‘int strcmp(const char*, const char*)’...

Part and Inventory Search

Back
Top