add char array in specific position in another char array
-
I have "abcdefghigklmnop" and I want to insert "123456789" after 'd' for example. How can I do it?
-
I have "abcdefghigklmnop" and I want to insert "123456789" after 'd' for example. How can I do it?
-
Create a new array and copy the three pieces into it in the required order. A few simple
strXXX
functions should do the job.Just say 'NO' to evaluated arguments for diadic functions! Ash
I know this, but which functions is the question :)
-
I know this, but which functions is the question :)
if (laziness > selfEsteem) failAtEverything();
X|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
I know this, but which functions is the question :)