Click here to Skip to main content
15,899,026 members

Comments by NiZaR.TecH (Top 4 by date)

NiZaR.TecH 4-Sep-12 16:32pm View    
Thanks for the links, I think I solved it with your help! but instead of:
if ( numCurrent & j == 0 )
I put:
if ( numCurrent & j != 0 )

and its working :) :) thanks a million :)
NiZaR.TecH 4-Sep-12 16:31pm View    
Deleted
Thanks for the links, I think I solved it with your help! but instead of:
if ( numCurrent & j == 0 )
I put:
if ( numCurrent & j != 0 )

and its working :) :) thanks a million :)
NiZaR.TecH 4-Sep-12 16:19pm View    
lol I'm sorry I meant with a remainder other than 1!
NiZaR.TecH 4-Sep-12 16:15pm View    
Thanks for your reply, but I still get the same final result and results in debugging. :(