Names problem
#2

You can use sscanf() and specify _ as the delimiter

sscanf(Name, "p<_>s[24]s[24]", First, Last);
format(Name, sizeof(Name), "%s %s", First, Last);
Reply


Messages In This Thread
Names problem - by MrKrour - 05.05.2013, 19:07
Re: Names problem - by Pottus - 05.05.2013, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)