char *t= new char [100000];
memset(t,68,99);
t[99]=0;
char *s = new(t) char[2]
http://topic.youkuaiyun.com/u/20090406/18/cf312e46-f7d2-4f6f-9844-a9b90404e035.html
char *t= new char [100000];
memset(t,68,99);
t[99]=0;
char *s = new(t) char[2]
http://topic.youkuaiyun.com/u/20090406/18/cf312e46-f7d2-4f6f-9844-a9b90404e035.html