SEGV。使い方がよく分からないなー。
#include <iostream> #include "client.h" using namespace std; using namespace gree::flare; int main() { client c("localhost", 12121); storage::entry e; cout << c.connect() << endl; c.get("key1", e); c.disconnect(); return 0; }
SEGV。使い方がよく分からないなー。
#include <iostream> #include "client.h" using namespace std; using namespace gree::flare; int main() { client c("localhost", 12121); storage::entry e; cout << c.connect() << endl; c.get("key1", e); c.disconnect(); return 0; }