J
jw
i have an array called program;
char program[500];
it includes for ex. this=> mp3#name#surname#age#sex#school#
there are some names in the array; there may be names more than 6,but
not totaly longer than 500 chars.
i want to make this in a loop
cout<<name[];
i ll use an array called name with size 20;and the output will be
mp3
name
surname
char program[500];
it includes for ex. this=> mp3#name#surname#age#sex#school#
there are some names in the array; there may be names more than 6,but
not totaly longer than 500 chars.
i want to make this in a loop
cout<<name[];
i ll use an array called name with size 20;and the output will be
mp3
name
surname