View Single Post
Old 04-15-2008, 03:34 AM   #12 (permalink)
Suil Ban
Master of the Internet
 
Join Date: Mar 2006
Location: Germany
Age: 17
Posts: 14,782
Send a message via AIM to Suil Ban Send a message via MSN to Suil Ban
Default

Quote:
Originally Posted by Killamus View Post
Also, how exactly does one do a pointer in C#? I remember learning about it in C++, but I haven't seen it in C# yet.
Code:
unsafe
{
	int* p;
}
__________________
go fish
Suil Ban is offline   Reply With Quote