Guest User

Untitled

a guest
Feb 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1.  
  2. #include "Functions.h"
  3.  
  4. int main()
  5. {
  6.     while(!file.eof() && Quit == false)
  7.     {
  8.         file>>buffer;
  9.         TranslateInput(buffer);
  10.     }
  11.     return 0;
  12. }
Add Comment
Please, Sign In to add comment