Posts
Sort by recent activity
Pointers
Compiled this source:
unsafe static void _method1(int val)
{
int* x = &val;
for (int i = 0; i < 10; i++)
{
...