Introduction
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integer, real number, string, an ordered se...
Introduction
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integer, real number, string, an ordered se...
文章nothingfinal
2018-03-08
810浏览量
VS2008中使用JSONCPP方法小结
Introduction
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integer, real number, string, an ordered se...
文章maojunxu
2018-03-08
671浏览量
DLL编程讲解
本文介绍一点关于DLL的基础知识,如果你是系统编程的高手就不要看了。先介绍些DLL的基础知识。DLL(Dynamic Link Library:动态链接库)其实这个东西就是把一些经常要用的代码块编译完后放在磁盘上,当有应用程序需要其中的功能时,就把DLL文件映射到自己的进程空间中然后根据DLL中的...