1,01.zipLeveraging C++ Applications Using COM使用COM提高C++应用程序的性能(8KB)2,02.zipHOWTO Configure DCOM Timeouts如何配置DCOM的超时设定(13KB)3,03.zipDllUnregisterServer for MFC-based COM d lls基于MFC的COM动态库的DllUnregisterServer实现(6KB)4,04.zipAn Extension of the Document
1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
1 , vb5dialog.zipThis demonstrates how to subclass the Common Dialog Dialogs and manipulate a specific Dialog.2 , cpnl.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start
VoIPDemo is intended as a sample to show how to use the RTC API for Windows CE, but also as a working application for demonstration and use (taking note of the limitations described below). Limitiations ============= Currently supports 1 IM and/or 1
一个通过网络和电脑发送和接受短信的控件Adding SMS and Pager capabilities to an application is not a simple matter. It requires specialized knowledge that might be outside an individual programmer‘s expertise. Today, Windows developers rely upon the power, flexibility a
The Way to Go,: A Thorough Introduction to the Go Programming Language 英文书籍,已Cross the wall,从Google获得书中源代码,分享一下。喜欢请购买正版。 目录如下: Contents Preface..........................................................................................................
ThreadPool A simple C++11 Thread Pool implementation. Basic usage: // create thread pool with 4 worker threads ThreadPool pool(4); // enqueue and store future auto result = pool.enqueue([](int answer) { return answer; }, 42); // get result from futu
cJSON源码,为c语言编写,里面含有测试案例,需要用的自取。可以创建json字符串。
## Usage
### Welcome to cJSON.
cJSON aims to be the dumbest possible parser that you can get your job done with.
It's a single file of C, and a single header file.
JSON is described best here: ht
Please give it a Star if you like the project :party_popper: :red_heart_selector:
Visit our website for documentation and getting started guide
SleekDB - A NoSQL Database made using PHP
SleekDB is a simple NoSQL database that store data in JSON files