Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Monday, September 08, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual C++ .NET > OOP
Thunk and Its Uses        
Total Hits: 4  |  Today: 0 Author: John TWC       Rating:  
Read Reviews | Write Review |   Your Rating: 

Thunk is a very useful technology. I talk about three typical uses of thunk in this article:
1. turning callbacks into member functions of classes.
2. providing an interface proxy.
3. supporting virtual functions under multiple inheritance in c++.
Before we start, let's have a general idea of what thunk is. Thunk is generally a piece of machine code that intercepts a client call and modifies the call stack before jumping to the real implementation of the client call.


What's New at DevASP.Net
09/08  CodeTextBox - another RichTextBox..
09/08  Windows XP: Make Your Components ..
09/08  Getting the Text of a Window in A..
09/08  Whistler: Build More Flexible Con..
09/08  Escape from DLL Hell with Custom ..
09/08  Typename, Disabling Keys in Windo..
09/08  Make Your WPF Apps Power-Aware
09/08  ASP.NET Data Shaping
09/08  Establishing Relationships Betwee..
09/08  Understanding Templates in ASP.NE..
09/08  DataList vs. DataGrid in ASP.NET
09/08  Building a DataNavigator Control
09/08  Building a Tiered Web App Using t..
09/08  Code Your Way to ASP.NET Excellen..
09/08  Creating a Multi-table DataGrid i..
09/08  Tailor Your DataGrid Apps Using T..
09/08  Nested Grids for Hierarchical Dat..
09/08  Extend the ASP.NET DataGrid with ..
09/08  Client-side Paging for DataGrids
09/08  Page Ready State, DataGrid Row De..
Latest Posts at Dev Forums
displaying an xml file in datagridview
Tory Block
Deploying website to offline and onlin..
Deploying website to offline and onlin..
window service c#
kiossru
Regular expression
asp.net
Very urgent--
submit to the server
load gif image
focus
filter combo boxes in formview control
ASP Composite Control and Position
Caching as a Master DataSource w/t Rea..
Method returning values in Threadpool!
ADVERTISEMENTS USING XML FILE
DATALIST PROBLEM
FTP Downloading using C#
Nested gridview footer total by using ..

DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net