Skip to content

Float to String Converter. Implements to_string for the float point values

License

Notifications You must be signed in to change notification settings

ashokyannam/FloatToStringConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Float to String Converter - Implements std::to_string

Description

This file will help to convert a stream of floating numbers to be converted to the string. This implementation helps if your application has limitation in using std::to_string.

Usage

  • Valid buffer Memory and its length need to be passed
  • Caller is the responsible to free the buffer memory after usage
  • Error Handling is in place for in-sufficient memory

About

Float to String Converter. Implements to_string for the float point values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages