Search found 1 match

by Frez
Fri Aug 05, 2016 9:44 pm
Forum: Volume 109 (10900-10999)
Topic: 10905 - Children's Game
Replies: 66
Views: 35189

Re: 10905 - Children's Game

good CMP function :

Code: Select all

bool CMP(string a,string b)
{
	return (a+b<b+a);
}
use it for sort function ! ;)

Go to advanced search