Click here to Skip to main content
15,887,300 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: HttpOpenRequest failed in IE9 Pin
Garth J Lancaster22-Sep-10 20:49
professionalGarth J Lancaster22-Sep-10 20:49 
GeneralRe: HttpOpenRequest failed in IE9 Pin
am 200922-Sep-10 21:01
am 200922-Sep-10 21:01 
GeneralRe: HttpOpenRequest failed in IE9 Pin
Garth J Lancaster22-Sep-10 23:59
professionalGarth J Lancaster22-Sep-10 23:59 
GeneralRe: HttpOpenRequest failed in IE9 Pin
am 200923-Sep-10 17:44
am 200923-Sep-10 17:44 
GeneralRe: HttpOpenRequest failed in IE9 Pin
Garth J Lancaster23-Sep-10 17:46
professionalGarth J Lancaster23-Sep-10 17:46 
GeneralRe: HttpOpenRequest failed in IE9 Pin
am 200923-Sep-10 18:45
am 200923-Sep-10 18:45 
QuestionAny news for native c++ delegates? Pin
federico.strati22-Sep-10 4:52
federico.strati22-Sep-10 4:52 
AnswerRe: Any news for native c++ delegates? Pin
«_Superman_»22-Sep-10 20:21
professional«_Superman_»22-Sep-10 20:21 
Delegates is a term used in the managed world (Events and delegates).
In C, this is similar to a function pointer.
In C++ we can use a functor (function object) in place of a function pointer.
C++0x supports lambda expressions that can be used in place of functors to create unnamed function objects.

http://blogs.msdn.com/b/vcblog/archive/2008/10/28/lambdas-auto-and-static-assert-c-0x-features-in-vc10-part-1.aspx[^]
«_Superman

I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C







GeneralRe: Any news for native c++ delegates? Pin
federico.strati22-Sep-10 22:50
federico.strati22-Sep-10 22:50 
QuestionResizing a window Pin
Craig Longman21-Sep-10 11:04
Craig Longman21-Sep-10 11:04 
AnswerRe: Resizing a window Pin
Craig Longman22-Sep-10 18:02
Craig Longman22-Sep-10 18:02 
AnswerRe: Resizing a window Pin
Craig Longman23-Sep-10 16:03
Craig Longman23-Sep-10 16:03 
GeneralRe: Resizing a window Pin
Blake Miller4-Oct-10 11:33
Blake Miller4-Oct-10 11:33 
GeneralRe: Resizing a window Pin
Craig Longman4-Oct-10 13:07
Craig Longman4-Oct-10 13:07 
QuestionBHO add ons of IE can not debug on IE9 Pin
am 200920-Sep-10 23:27
am 200920-Sep-10 23:27 
AnswerRe: BHO add ons of IE can not debug on IE9 Pin
KingsGambit22-Sep-10 2:23
KingsGambit22-Sep-10 2:23 
GeneralRe: BHO add ons of IE can not debug on IE9 Pin
am 200922-Sep-10 21:03
am 200922-Sep-10 21:03 
QuestionDeviceIoControl() Pin
mazizi19-Sep-10 20:43
mazizi19-Sep-10 20:43 
QuestionGet process handle access rights. Pin
Green Fuze13-Sep-10 13:10
Green Fuze13-Sep-10 13:10 
AnswerRe: Get process handle access rights. Pin
Cool_Dev13-Sep-10 22:52
Cool_Dev13-Sep-10 22:52 
GeneralRe: Get process handle access rights. Pin
Green Fuze13-Sep-10 22:58
Green Fuze13-Sep-10 22:58 
GeneralRe: Get process handle access rights. Pin
«_Superman_»13-Sep-10 23:06
professional«_Superman_»13-Sep-10 23:06 
GeneralRe: Get process handle access rights. Pin
Green Fuze13-Sep-10 23:33
Green Fuze13-Sep-10 23:33 
GeneralRe: Get process handle access rights. Pin
Cool_Dev14-Sep-10 2:43
Cool_Dev14-Sep-10 2:43 
GeneralRe: Get process handle access rights. Pin
Green Fuze14-Sep-10 9:04
Green Fuze14-Sep-10 9:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.