hometown
November 16th, 2003, 06:07 PM
test...
code test
for(int n=0;n<i;n++)
mem[n]='a';
for(n=0;n<i;n++)
std::cout<<mem[n];
code test
for(int n=0;n<i;n++)
mem[n]='a';
for(n=0;n<i;n++)
std::cout<<mem[n];
|
Click to See Complete Forum and Search --> : Newer test hometown November 16th, 2003, 06:07 PM test... code test for(int n=0;n<i;n++) mem[n]='a'; for(n=0;n<i;n++) std::cout<<mem[n]; codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |