ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
All Classes Functions Variables Typedefs Pages
string_to_hex.h
1 #ifndef RECODEX_BROKER_STRING_TO_HEX_H
2 #define RECODEX_BROKER_STRING_TO_HEX_H
3 
4 #include <iomanip>
5 #include <sstream>
6 #include <string>
7 
8 namespace helpers
9 {
15  std::string string_to_hex(const std::string &string);
16 }
17 
18 
19 #endif // RECODEX_BROKER_STRING_TO_HEX_H
Definition: curl.h:7