Skip to content

Simple helper C++ library to format an integer containing a value in bytes into a std::string

License

Notifications You must be signed in to change notification settings

jouven/sizeConversionso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sizeConversionso

Simple helper C++ library to format an integer containing a value in bytes into a std::string i.e.: 1023 -> "1023 B", 1024 -> "1 KB"... Uses the 1024 base (no 1024 * 1000) Allows 1-4 "decimals", it chops (no rounding)

Compilation

Requires qmake (not the full Qt library).

Run (in sizeConversionso source directory or pointing to it):

qmake

and then:

make

About

Simple helper C++ library to format an integer containing a value in bytes into a std::string

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published