Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
What should.... ?
1
Name:
Anonymous
2011-09-29 14:54
What should
a ? b = c : b = d
do?
4
Name:
Anonymous
2011-09-29 15:09
right way
if(a != 0){
b = c;
}else{ //a==0
b = d;
}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List