Forum Discussion
Altera_Forum
Honored Contributor
10 years agoimplode in C
Hello All. I'm looking something like implode() (http://php.net/manual/en/function.implode.php) in php. Is Is there some kind of equivalent in C? Or it's necessary to create custom function...
Altera_Forum
Honored Contributor
10 years agoYou could use the boost string library. Specifically boost::algorithm::join (http://www.boost.org/doc/libs/1_56_0/doc/html/string_algo/reference.html#header.boost.algorithm.string.join_hpp)