CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Posts
    64

    Converting Hex Char to Int

    Hi, I am having a string , containing hexadecinak Value.
    I want to get its corresponding int value..
    what method I can use for this




    Regs

  2. #2
    Join Date
    Jul 2005
    Location
    E: 120°.6, N: 31°.3′
    Posts
    795

    Re: Converting Hex Char to Int

    Just Search On CodeGuru mainpage, can get what you want , or , to use "_stprintf()" function .


    Hope this helps.


    Cheers.

  3. #3
    Join Date
    Jun 2005
    Location
    Tirunelveli-Tamil Nadu-India
    Posts
    354

    Re: Converting Hex Char to Int

    If I Helped You, "Rate This Post"

    Thanks
    Guna

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