RSS Tag:c++

c++
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Tag:c++
Title:Using Delegates with Native Function Callbacks in Managed C++.zip(10.07 KB)
Summary:Learn how to import native DLL functions into a Managed C++ application and how to define and pass d... (9/5/2008 9:04:47 PM)
Subscribe it

About "Tag:c++"

Author:Claim it now
Website:http://www.isheu.com/tag_10934_1_c%2b%2b.aspx
RSS:http://www.isheu.com/rss_tag_10934_1.aspx
Update interval:
Last update: 90 days ago
Tags:
Subscribers:1
Shared Subscribers:1
Bookmarked or Shared Articles:0  

Recent contents of "Tag:c++"

Using Delegates with Native Function Callbacks in Managed C++.zip(10.07 KB) 124 days ago Read More http://www.isheu.com/data_4000_1.aspx
Learn how to import native DLL functions into a Managed C++ application and how to define and pass delegates for asynchronous processing with callback functions.
Using Interfaces in C++.zip(2.19 KB) 124 days ago Read More http://www.isheu.com/data_4007_1.aspx
Learn about an easy way to define and use the interface pattern in C++
Using MFC For Drag '& Drop, Cut, Copy, and Paste.zip(26.08 KB) 124 days ago Read More http://www.isheu.com/data_4010_1.aspx
Learn to program the process of moving groups of files from one application to another
VC++ Cures for .NET Configuration Change Headaches, Part 2.zip(7.86 KB) 124 days ago Read More http://www.isheu.com/data_4056_1.aspx
The Configuration Application Block is a viable solution for reloading changed configuration settings, but requires you rework existing applications. Learn how a Visual C++ assembly offers a much e...
Visualizing Point Data with NZR.zip(143.67 KB) 124 days ago Read More http://www.isheu.com/data_4083_1.aspx
Use the NZR framework to visualize point data in 3D space.
VMemPool.zip(28.26 KB) 124 days ago Read More http://www.isheu.com/data_4084_1.aspx
If you deal with same size objects in server coding, VMemPool shows a good way for beginners.
Web Site Blocker that Uses Browser Helper Objects (BHO).zip(19.96 KB) 124 days ago Read More http://www.isheu.com/data_4099_1.aspx
Learn how a BHO (Browser Helper Object) could be used to block a particular Web site.
Weekly Hours Selector.zip(88.33 KB) 124 days ago Read More http://www.isheu.com/data_4100_1.aspx
Weekly Hours Selector
Words and Lines Counting Utility.zip(13.01 KB) 124 days ago Read More http://www.isheu.com/data_4127_1.aspx
This utility is very useful for counting the number of lines and words in programs or text files. It is a very simple utility, but it is also very powerful.
Working with INI Configuration Files Cross-Platform (Win32,Unxx, MBCS,Unicode).zip(19.31 KB) 124 days ago Read More http://www.isheu.com/data_4133_1.aspx
Win32 has a built-in INI file API, but writing cross-platform code is difficult because these functions aren't available on Linux.