hi

in my program's input is a string, but i actually do not know, what its size will be (
so i need somehow change the strings size on demand, i.e. my goal is let user type as many chars as he wants and save them all into 1 string

cheers