cphb
cphb copied to clipboard
Page 5
Maybe there should be some warning for the use of getline. If you use cin before getline you should eat the whitespaces with cin>>ws; before the getline command.