News

That's (variable length character) strings, not just strings of varying lengths.What I am interested in is having string classes (and stream classes, if possible) whose character data is encoded ...
Can anyone here remember the syntax required to use a string variable as a filename for a data file? As in:the variable is "fileName"char fileName[16] = "";and it is decided with user input:cin ...