
Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Thanks Jochen,
var1=*var2 will copy the contents of structure pointed
to by var2 into var1. One more thing I wanted to ask was how do I copy the
contents of the structure var1 into the structure pointed to by var2?
var2=&var1 will make var2 point to the var1 struture.
thanks again,
> Hi Pravin!
>
[quoted text clipped - 4 lines]
>
> var1 = *Var2;
Hendrik Schober - 21 Jun 2005 10:56 GMT
> Thanks Jochen,
> var1=*var2 will copy the contents of structure pointed
> to by var2 into var1. One more thing I wanted to ask was how do I copy the
> contents of the structure var1 into the structure pointed to by var2?
> var2=&var1 will make var2 point to the var1 struture.
*Var2 = var1;
> thanks again,
Schobi
> [...]
Schobi

Signature
SpamTrap@gmx.de is never read
I'm Schobi at suespammers dot org
"Coming back to where you started is not the same as never leaving"
Terry Pratchett