Char*

Started by
1 comment, last by Gresc 20 years, 5 months ago
is there anyway to append to an array of char pointers... i kow these is a string function outthere but i dont know what it is... ty
Advertisement
do you mean an array of char pointers, or a pointer to an array of chars? if you mean the latter, and (IMPORTANT) the array you allocated is actually large enough to hold the full string, use strcat.

How appropriate. You fight like a cow.
ok i mean a pointer to an array of chars... thanx it worked... (sorry i wasn''t clearer)

This topic is closed to new replies.

Advertisement