msgpack

    1

    2답변

    msgpack에 대한 C++ 빠른 시작 안내서를 살펴 보았습니다. #include <msgpack.hpp> #include <vector> #include <string> class myclass { private: std::string str1; std::string str2; public: MSGPACK_DEFINE

    5

    1답변

    메시지 팩 (http://msgpack.org/) 예제 코드를 컴파일하려고하는데 아래쪽으로 갈 수없는 이러한 오류가 계속 발생합니다. g++ -o"MsgPack2" ./src/MsgPack2.o -lmsgpack -lmsgpackc ./src/MsgPack2.o: In function `main': /mnt/eoh/workspace/MsgPack2/Deb