ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
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
helpers
Definition:
curl.h:7
src
helpers
string_to_hex.h
Generated on Sat Nov 19 2016 15:15:48 for ReCodEx - Task Broker by
1.8.12