Entrée la ligne complète en entrée dans CPP

string line;

while (getline(cin, line)) {
    // do something with the line
}
Fierce Ferret