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: *

  • Users: TheEyez81
  • Content: Threads
  • Order by date
  1. TheEyez81

    Help: bitwise opetator and arithemic

    Hi, I have been looking at this for a while now but haven't found a solution to this. $aA -> really long hex value (128 characters) $aB -> small decimal number $aC -> small decimal number $result = $aA+$aB ^ $aC+3; I can not get this to work out correctly due to the size of $aA. Does anyone...
  2. TheEyez81

    Help: bitwise opetator

    I am trying to convert a simple segment of code from java to perl but the result is so different that I haven't been able to figure out what the cause is. Java Code: int aA[] = {49, 112, 251, 146, 1, 240}; char aB[] = {'N', 'o', 't', '4', 'M', 'e'}; for (int i=0; i<6; i++) {...

Part and Inventory Search

Back
Top