Interprèteur
2.0.0
Compiler avec c++
stdafx.h
Aller à la documentation de ce fichier.
1
#if !defined __STDAFX_H
2
#define __STDAFX_H
3
4
#include "
Preprocessor.h
"
5
6
#include <memory>
7
#include <cassert>
// assert
8
9
#include <iostream>
// std::cout
10
#include <fstream>
// std::ifstream
11
#include <string>
// std::string
12
13
// Array
14
#include <stack>
// std::stack
15
#include <queue>
// std::queue
16
#include <list>
// std::list
17
#include <map>
// std::map
18
19
#if defined DEBUG
20
# define LOG_ENABLED 1
21
#else
22
# define LOG_ENABLED 0
23
#endif
24
25
using namespace
std;
26
27
#endif
// !defined(__STDAFX_H)
Preprocessor.h
stdafx.h
Généré le Dimanche 2 Janvier 2022 23:40:13 pour Interprèteur par
1.9.2