eraseme.cc

Go to the documentation of this file.
00001 #include <iostream>
00002 #include <string>
00003 
00004 int main(int argc, char * argv[])
00005 {
00006         std::string s;
00007 
00008         s = "2005-04-13.incomplete";
00009 
00010         std::cout << s.substr(s.size()-strlen(".incomplete")) << std::endl;
00011 }

Generated on Fri Jun 23 16:46:30 2006 for rvm by  doxygen 1.4.2