A
almurph
Hi,
I'm getting the error: "{ expected" under the "int" when I'm using
pointers in C#. The code is very simple as shown below:
***** CODE *****
private void button1_Click_1(object sender, EventArgs e)
{
unsafe int *p;
}
Anyone with any ideas/comments/suggestions - all would be most
appreciated.
Thanks,
Al.
I'm getting the error: "{ expected" under the "int" when I'm using
pointers in C#. The code is very simple as shown below:
***** CODE *****
private void button1_Click_1(object sender, EventArgs e)
{
unsafe int *p;
}
Anyone with any ideas/comments/suggestions - all would be most
appreciated.
Thanks,
Al.