Advertisement
Guest User

beolv

a guest
Apr 4th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. void Enor::read()
  2. {
  3.     string line;
  4.     getline(_x, line, '\n');
  5.     if (_x.eof())
  6.     {
  7.         _sx = abnorm;
  8.     }
  9.     else
  10.     {
  11.         _sx= norm;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement