View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin Brown Martin Brown is offline
external usenet poster
 
Posts: 230
Default Incrementing IPv6 address

On 30/11/2011 13:14, Tester Tester wrote:
hello every body.
I am working in address incrementation(+1) using c language.User

Output -

You IPv6 address is abc5:5723:2109:ffff:76af:82ea:9256:ffff
The final output is abc5:5723:2109:ffff:76af:82ea:9256:10000

Waiting for your reply.


This looks like homework. How do you think you might do it?

Hint: quite a few Web scripts fell over the exact same problem at Y2k
rollover including the USNO who should have known better.

Instead of displaying YYYY as 2000 they showed 19100 instead.

Regards,
Martin Brown