☆─────────────────────────────────────☆
topbull (塞猪~最近比较衰) 于 (Tue Oct 18 01:52:00 2005) 提到:
char * getbuf()
{
char buff[8];
....
return (char *)buff;
}
☆─────────────────────────────────────☆
campos (Gentoo 真土) 于 (Tue Oct 18 02:03:46 2005) 提到:
returned pointer contains nothing
accessing it will cause access violation
☆─────────────────────────────────────☆
xingxing (星星) 于 (Tue Oct 18 02:27:39 2005) 提到:
that pointer is just on the stack.
I think most likely there won't