Advertisement
Guest User

codedemande.hpp

a guest
Nov 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.58 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////////////////
  2. /// VOTRE ENTÊTE ICI
  3. ////////////////////////////////////////////////////////////////////////////////
  4.  
  5. #pragma once
  6.  
  7.  
  8. #pragma region "Inclusions" //{
  9.  
  10. #include <ciso646>
  11. #include <cstddef>
  12. #include <cstdint>
  13.  
  14. #include <fstream>
  15. #include <string>
  16.  
  17. #include "CodeFourni.hpp"
  18.  
  19.  
  20. using namespace std;
  21.  
  22. #pragma endregion //}
  23.  
  24.  
  25.  
  26.  
  27. #pragma region "Déclarations" //{
  28.  
  29. #pragma region "Globaux" //{
  30.  
  31. // TODO: Mettre vos déclarations ici.
  32.  
  33. #pragma endregion //}
  34.  
  35. #pragma endregion //}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement