由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Help to compile boost serialization
相关主题
boost serialization的问题Clock() problem
boost更新太快了一个极简单的程序求教
如何保存一个stl容器的完整内容【请教】fscanf 和 fstream 哪一个更好? (转载)
问一道有关C++ (de)serialization的问题,谢谢!关于文件读取的C++ 问题?
Case Western Reserve大学很NB啊a very simple c++ question
Does C++ have serializer and deserialzierfstream 扫盲,谢谢!
Boost.Serialization no longer maintained?C/C++ ferror()的返回值问题
读取数据求教C++ 读不规则长度文件问题
相关话题的讨论汇总
话题: boost话题: include话题: compile话题: license
进入Programming版参与讨论
1 (共1页)
j****i
发帖数: 305
1
I have a sample file and I could get it to compile.
code:
/////////1/////////2/////////3/////////4/////////5/////////6/////////7//////
///8
// demo.cpp
//
// (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include
#include
#include
#include
#include
j****i
发帖数: 305
2
Never mind, I got it. Boost serialization is not header-only, it needs to be
built separately.

//

【在 j****i 的大作中提到】
: I have a sample file and I could get it to compile.
: code:
: /////////1/////////2/////////3/////////4/////////5/////////6/////////7//////
: ///8
: // demo.cpp
: //
: // (C) Copyright 2002-4 Robert Ramey - http://www.rrsd.com .
: // Use, modification and distribution is subject to the Boost Software
: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
: // http://www.boost.org/LICENSE_1_0.txt)

1 (共1页)
进入Programming版参与讨论
相关主题
C++ 读不规则长度文件问题Case Western Reserve大学很NB啊
What is wrong with the code?Does C++ have serializer and deserialzier
Why no output file generate? What is wrong?Boost.Serialization no longer maintained?
A C++ puzzle for me读取数据求教
boost serialization的问题Clock() problem
boost更新太快了一个极简单的程序求教
如何保存一个stl容器的完整内容【请教】fscanf 和 fstream 哪一个更好? (转载)
问一道有关C++ (de)serialization的问题,谢谢!关于文件读取的C++ 问题?
相关话题的讨论汇总
话题: boost话题: include话题: compile话题: license