CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #3
    Join Date
    May 2009
    Posts
    2,413

    Re: Algorithm to create unique value of characters

    Quote Originally Posted by marbles View Post
    Is there an algorithm with some operations that would make that value unique?
    Why not just store the characters as a string. It's a single value and it's unique.
    Last edited by nuzzle; April 6th, 2010 at 02:58 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured