Thread: XOR Two Arrays
View Single Post
  #2 (permalink)  
Old September 14th, 2004, 12:57 PM
mehdi62b mehdi62b is offline
Friend of Wrox
 
Join Date: Jul 2004
Posts: 623
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hello,
what do you mean from a way without loop?!!!
two possible ways are :
1-using loops
2-using recursive functions
the best one is using loop cycles ...

--------------------------------------------
Mehdi.:)
Reply With Quote