#include using namespace std; int main (char **argv, int argc) { string t = "linux rocks!"; t.replace(LONG_MAX, 1, "sigabrt here"); return 0; }