M
max
Hi,
I've tried the std::getline and std::string. It seams to work but I get
some tourbles with it. WIth the folowing code:
if(ne_menu=='4')
{
cout << "Nom du Client/Projet:";
getline(std::cin,estime_nom);
nouv_estime();
}
when ne_menu is equal to 4 it just steps right to nouv_estime without
asking anything... What do I do wrong??
I've tried the std::getline and std::string. It seams to work but I get
some tourbles with it. WIth the folowing code:
if(ne_menu=='4')
{
cout << "Nom du Client/Projet:";
getline(std::cin,estime_nom);
nouv_estime();
}
when ne_menu is equal to 4 it just steps right to nouv_estime without
asking anything... What do I do wrong??