Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C

Name: Anonymous 2011-01-27 4:38

strlen(3) is FUCKING O(n)!

Name: Anonymous 2011-01-27 5:25

>>4
Mine is running in O(1)

class string
{
//...
std::size_t length()
{
  return length_;
}

std::size_t length_;
//...
};

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List