Re: [newbie] strcpy, strtok and strcat problem...



On Thu, 31 Aug 2006 14:20:46 -0400, CBFalconer <cbfalconer@xxxxxxxxx>
wrote:

Une bévue wrote:

in order not to change an input string i strcpy it to be able to
use strtok and strcat with it, for another reason, i need a second
copy of this string, however, after strtok and strcat with the
first, the second does have exactly the same value, here is the
small piece of code for that part :

You have some problems here. First, strtok is not a standard
function

It isn't?

--
Al Balmer
Sun City, AZ
.



Relevant Pages