im writing a cd database program, i need to know how i can enter characters in a field which include numbers and letters.
neone know what the type is for this.
i've tried the following:
char album[50];
char s1[50];
none of these work they only allow me to write characters but with no space,, please neone can help i'd apreciate it.
thanks.