This is C source code... not c++
#include <stdio.h>
int x;
int *xpos;
x = 13;
xpos = &x;
printf("%i\n",x);
printf("%p\n\n",xpos);
|
Results 1 to 9 of 9
Thread: What's wrong with this?Threaded View
|
Click Here to Expand Forum to Full Width |