Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
where do you put the * in type declarations?
1
Name:
Anonymous
2011-08-01 13:57
a) int *p;
b) int* p;
c) int * p;
d) int*p;
c) here
25
Name:
Anonymous
2011-08-02 0:05
typedef void* pointer;
...
...
pointer x = NULL;
I only use void pointers.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List