A 
		
								
				
				
			
		Ashutosh
Hello,
I am a newbie in CSharp.
In C++ if we want to read from socket into the struct object we
directly type cast it as
recv(socketid,(char*),&struct_object,sizeof(struct object))
But C Sharp does not allow such thing.
How to obtain the same effect in CSharp?
Thanks in advance.
				
			I am a newbie in CSharp.
In C++ if we want to read from socket into the struct object we
directly type cast it as
recv(socketid,(char*),&struct_object,sizeof(struct object))
But C Sharp does not allow such thing.
How to obtain the same effect in CSharp?
Thanks in advance.