游戏开发论坛

 找回密码
 立即注册
搜索
查看: 3695|回复: 2

Boost发布新版本 支持C++对象序列化

[复制链接]

1万

主题

1万

帖子

2万

积分

管理员

中级会员

Rank: 9Rank: 9Rank: 9

积分
20381
发表于 2004-11-25 09:40:00 | 显示全部楼层 |阅读模式
  著名的C++泛型库Boost(http://www.boost.org)发布了1.32.0版本,其中最值得关注的改进是加入了“序列化”和“字符串算法”两个库。

  “序列化”库可以将任意的C++数据结构序列化/反序列化到二进制流、文本流和XML文档,这在Java等语言中是一个很常用的特性,在远程调用、对象持久化等场合有广泛的用途。为Boost提供这个库的是Robert Ramey。

  “字符串算法”库包含了字符串处理的常用操作,例如大小写转换、消除多余空格、查找/替换操作等等。在Java语言提供的system.lang.Java类中内嵌了这些便利的操作,但C++的String类则没有。为Boost提供这个库的是Pavol Droba。

  同时加入的新库还有:Assignment、MinMax、Multi-index Containers、Numeric Conversion、Range等等。

来自:CSDN

2

主题

17

帖子

23

积分

注册会员

Rank: 2

积分
23
发表于 2004-11-25 18:01:00 | 显示全部楼层

Re: Boost发布新版本 支持C++对象序列化

请在专有名词后加上英文原注

对象序列化(object serialization)

New Libraries
Assignment Library: Filling containers with constant or generated data has never been easier, from Thorsten Ottosen.

Minmax Library: Standard library extensions for simultaneous min/max and min/max element computations, from Hervé Brönnimann.

Multi-index Containers Library: Containers with multiple STL-compatible access interfaces, from Joaquín M López Muñoz.

Numeric Conversion Library: Optimized policy-based numeric conversions, from Fernando Cacciola.

Program Options Library: Access to configuration data given on command line, in config files and other sources, from Vladimir Prus.

Range Library: A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen.

Serialization Library: Serialization/de-serialization of arbitrary C++ data structures to various formats including text, binary, and xml, from Robert Ramey.

String Algorithms Library: Collection of string related algorithms for case conversion, trimming, find/replace operations and more, from Pavol Droba.

Tribool: 3-state boolean type library, from Doug Gregor.

248

主题

2674

帖子

2702

积分

金牌会员

Rank: 6Rank: 6

积分
2702
QQ
发表于 2004-11-26 20:39:00 | 显示全部楼层

Re:Boost发布新版本 支持C++对象序列化

国内没有自己的专有名词对应标准表么?
翻译界有么?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

作品发布|文章投稿|广告合作|关于本站|游戏开发论坛 ( 闽ICP备17032699号-3 )

GMT+8, 2024-11-14 11:57

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表