Originally Posted By: fogman
using System.Collections.Generic;

Someone just encountered the awesomeness of having a awesome standard library?

I have two snippets:

C#
Code:
list.RemoveAll((client) => !client.Update());



C/C++
Code:
void magicFunc(char *d, const char *s) {
    while(*d++ = *s++);
}



Visit my site: www.masterq32.de