In cin.getline(str, max_size, dlim), does the max_size include the null charcater?
Cin.getline() max size confusion
yes it will reserve for the null char
In cin.getline(str, max_size, dlim), does the max_size include the null charcater?
yes it will reserve for the null char