inclusion multiple et nom de fichier h
bonjour,
pour eviter les inclusion multiple
j'utilise
Code:
1 2
| #ifndef nomdefichier_h
#define nomdefichier_h |
ma question est comment on note un nom de fichier comme:
file_lim.hpp,
car avec
Code:
1 2
| #ifndef FILE_LIM_HPP
#define FILE_LIM_HPP |
j'ai des definition amigue:
Code:
1 2 3
| 119 ...\raw_valeur.hpp call of overloaded `ligne_recup_date(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, long long int&)' is ambiguous
note ...\file_lim.hpp:26 candidates are: void ligne_recup_date(std::string, long long int&)
note ...\file_lim.hpp:26 void ligne_recup_date(std::string&, long long int&) |
merci