AlphaMineron

IMPLEMENTATION FILE

Sep 11th, 2017
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. #include"fileio.h"
  2.  
  3. #if !defined __FSTREAM_H
  4. #include<fstream.h>
  5. #endif
  6.  
  7. #if !defined __IOMANIP_H
  8. #include<iomanip.h>
  9. #endif
  10.  
  11. #if !defined __CONIO_H
  12. #include<conio.h>
  13. #endif
  14.  
  15. #if !defined __STDIO_H
  16. #include<stdio.h>
  17. #endif
  18.  
  19. #if !defined __STRING_H
  20. #include<string.h>
  21. #endif
Add Comment
Please, Sign In to add comment