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
33
Name:
Anonymous
2011-08-02 7:12
>>32
So in C++, you want
int* a, *b, *c;
?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List