bux API Reference
1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
test/hrtn.cpp
#include <
bux/StrUtil.h
>
// bux::_HRTN()
#include <iostream>
// std::cout
int
main(
int
argc,
char
*argv[])
{
for
(
int
i = 1; i < argc; ++i)
std::cout <<argv[i] <<
"\t-> "
<<
bux::_HRTN
(argv[i]) <<
'\n'
;
std::cout <<
"Total "
<<(argc - 1) <<
" conversion(s)\n"
;
}
StrUtil.h
bux::_HRTN
std::string _HRTN(const char *originalName)
Definition
StrUtil.cpp:70
Generated by
1.12.0