Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Variables vs pointers
1
Name:
Anonymous
2010-07-20 8:47
int b=1 ;int* wat;wat=&b;//wat->b
int wat2;//Its a variable.
wat2=(int)&wat;//now its not
printf("%d",*wat);
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List