Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

bin2cpp20

Unix Utility for Transforming a Stream into a C++20 Array, Vector, or Array of Strings

% cat *cpp | bin2cpp20 -i stdin -v variablename

% bin2cpp20 -i filename -o outputheader -v variable

% bin2cpp20 -i filename -o -v variable -s --sort

or arguments:

jared@iLostSideDead bin2cpp % bin2cpp20 -h

-h help

-i input file/stdin

-o output

-s string output

-v variable name

-z sort

--help help message

--input input file/stdin

--output output file

--string string output

--variable variable name

--sort sort string