Hi friends, I'm having problems to use 2 consecutive "cin.get()".
The second get() is not been accessed. But if debug I can answer the name of second file.
Can you help me?
Cheers,
Sads
cout << "\nEnter the name of the first FILE : " << endl;
cin.get (FileName1,256);
cout << "\nEnter the name of the second file: " << endl;
cin.get (FileName2,256);
cout << "\nEnter the number of the parameters: " << endl;
cin >> parameters;