L
laolor
Unregistered / Unconfirmed
GUEST, unregistred user!
假如我要吧Image作为引用参数来传递,怎么办?
Graph::Graph(int Left,int Top,int Width,int Height,TImage aImage)
{
TImage Image2;
Image2=Image1;
...
} //错的
Graph::Graph(int Left,int Top,int Width,int Height,TImage aImage)
{
TImage Image2;
Image2=Image1;
...
} //错的