Thread: convert string to float in all languages(algorithm)

  1. #1
    Registered User
    Join Date
    Sep 2016
    Posts
    3

    convert string to float in all languages(algorithm)

    hello again, some languages has not standard function that converts a string to float ("456.785" -> 456.785)... in this tuto you will learn how to encode an algorithm that do that work easily ... follow this youtube video : convert string to float in all languages(algorithm) : Youtube : convert string to float in all languages(algorithm)
    Last edited by LabedNadjib82; 10-01-2016 at 04:37 PM.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Well, that's certainly a start...
    My best code is written with the delete key.

  3. #3
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    What's a tuto?
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to convert float to string without using sprintf()
    By liyanhong in forum C Programming
    Replies: 6
    Last Post: 10-24-2010, 03:51 PM
  2. Convert string to float
    By ching13 in forum C Programming
    Replies: 6
    Last Post: 05-07-2010, 02:58 PM
  3. Convert string to float?
    By tesla in forum C++ Programming
    Replies: 7
    Last Post: 09-22-2009, 05:39 AM
  4. help in convert String to float
    By kahwai1984 in forum C++ Programming
    Replies: 7
    Last Post: 03-19-2006, 09:21 PM
  5. convert float to string
    By vthokienj in forum C++ Programming
    Replies: 3
    Last Post: 12-14-2002, 11:33 AM

Tags for this Thread