librepfunc1

set of C++ classes and utilities for building multimedia tools

Description

This is a collection of utilities and functions used for example in w-scan-cpp

string related:
 * LowerCase and UpperCase
 * LeftTrim and RightTrim and Trim
 * FrontFill and BackFill
 * ReplaceAll

vector of string related:
 * SplitStr

number conversion to string or vice versa
 * IntToStr
 * FloatToStr
 * ExpToStr
 * StrToInt
 * StrToFloat

print time
 * TimeStr

other conversions
 * BCDtoDecimal

sleep threads
 * Sleep, mSleep, uSleep

print hex data
 * HexDump

files and directories
 * FileExists
 * cFileList
 * ReadFileToStream
 * ReadFile
 * WriteStreamToFile
 * WriteFile

start/stop threads from main thread
 * ThreadBase

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/wirbel-at-vdr-portal/librepfunc


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install librepfunc1