newbie here to C++
can someone tell my this would fail??
p1=p1+4
p2=p1-1
for ( source = 17; source != p2; source--)
it works if i said
for ( source = 17; source != 3; source--)
|
Results 1 to 14 of 14
Thread: stupid C++Threaded View
|
Click Here to Expand Forum to Full Width |