GeekArticles
Programming
C++RCF - Interprocess communication for C++
Author: codeproject.com |
Published: 4th May 2008 |
Visited: 89 times |
Add CommentFiled in: CPlusPlusA server/client IPC framework, using the C++ preprocessor as an IDL compiler.
Read Article Sponsored Links
Related Articles
• Ultra-low Bandwidth Communication with ZigBee and JavaME Bruce Hopkins explores how to use Java ME and Sun SPOT technology to create a low-bandwidth wireless system to read sensor data. He provides two fully functioning applications: the first one is the base station application, which will receive data from the second application, the free roaming wirele ...
• Page and User Control Communication This article shows how the page and user controls within the page can communicate together with a little more work. It shows how the use of interfaces or custom page classes can make the application more efficient and reduce c ...