首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > a C++ library for vCard specification

a C++ library for vCard specification

  • 资源大小:14.36 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Introduction This is a C++ library for all your vCard needs. For more info please visit: http://www.imc.org/pdi/vcard-21.txt It depends on Qt Core module (from Qt Framework, visit: http://www.qt-project.org). Installation Checkout the source tree: svn checkout http://libvcard.googlecode.com/svn/trunk/ libvcard-read-only Follow the instructions in the INSTALL file. Examples Create & serialize a vCard ``` #include // First we create a valid vCard object... vCard vcard; vCardProperty name_prop = vCardProperty::createName("Emanuele", "Bertoldi"); vcard.addProperty(name_prop); // ...and then we can serialize it and send everywhere.

文 件 列 表

libvcard-1.0.2
libvcard
libvcard.pro
AUTHORS
LICENSE
README
include
INSTALL
VIP VIP
  • liqing71718 3小时前 成为了本站会员

  • 伟国 4小时前 成为了本站会员

  • songy 6小时前 成为了本站会员

  • 纯色幽默 6小时前 成为了本站会员

  • odd? 8小时前 成为了本站会员

  • 52JOY... 14小时前 成为了本站会员

  • Sirius 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • 额ヽ(  ̄д ̄;)ノ 1天前 成为了本站会员

  • xxx 2天前 成为了本站会员

0.182818s