Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. atof conversion in unicode available??

atof conversion in unicode available??

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FASTian
    wrote on last edited by
    #1

    i need to know if conversion for atof is available in unicode atoi is _ttoi atol is _ttol atof is ?

    D PJ ArendsP J 3 Replies Last reply
    0
    • F FASTian

      i need to know if conversion for atof is available in unicode atoi is _ttoi atol is _ttol atof is ?

      D Offline
      D Offline
      dan o
      wrote on last edited by
      #2

      hi, CString strCurrent; strCurrent = _T("25.5"); //atof(strCurrent); double dValue = 0; _stscanf(strCurrent, TOFLOAT, &dValue); good luck... dan o

      1 Reply Last reply
      0
      • F FASTian

        i need to know if conversion for atof is available in unicode atoi is _ttoi atol is _ttol atof is ?

        PJ ArendsP Offline
        PJ ArendsP Offline
        PJ Arends
        wrote on last edited by
        #3

        you can use strtod() instead of atof(). It's TCHAR macro is _tcstod()


        [

        ](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!

        Within you lies the power for good; Use it!

        F 1 Reply Last reply
        0
        • PJ ArendsP PJ Arends

          you can use strtod() instead of atof(). It's TCHAR macro is _tcstod()


          [

          ](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!

          F Offline
          F Offline
          FASTian
          wrote on last edited by
          #4

          thanks guys. Appreciate your help

          1 Reply Last reply
          0
          • F FASTian

            i need to know if conversion for atof is available in unicode atoi is _ttoi atol is _ttol atof is ?

            J Offline
            J Offline
            Joe Woodbury
            wrote on last edited by
            #5

            _tstof Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups