What different between these two input function?
//example:
const int SIZE=8;
char customer[SIZE];
cin.getline(customer,SIZE) //what is the function of this input function?
getline(cin) //what is the different compare with previous cin.getline().
Topic archived. No new replies allowed.