Click here to Skip to main content
15,908,013 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: dynamic cast question Pin
Programm3r3-Jul-07 19:54
Programm3r3-Jul-07 19:54 
QuestionWinPcap C++ CLI Pin
abbd3-Jul-07 4:01
abbd3-Jul-07 4:01 
QuestionHelp Needed Fast Pin
A. K. S3-Jul-07 1:43
A. K. S3-Jul-07 1:43 
AnswerRe: Help Needed Fast Pin
Pete O'Hanlon3-Jul-07 1:53
mvePete O'Hanlon3-Jul-07 1:53 
Questionsrand in c or c++ doesn't really Generate Random Numbers ? Pin
snailflying2-Jul-07 21:45
snailflying2-Jul-07 21:45 
AnswerRe: srand in c or c++ doesn't really Generate Random Numbers ? Pin
Pete O'Hanlon3-Jul-07 1:57
mvePete O'Hanlon3-Jul-07 1:57 
GeneralRe: srand in c or c++ doesn't really Generate Random Numbers ? Pin
snailflying3-Jul-07 15:53
snailflying3-Jul-07 15:53 
QuestionInterior Pointer vs Handle Pin
iddqd5152-Jul-07 4:37
iddqd5152-Jul-07 4:37 
Can someone clarify the differences between interior pointers and handles for me?

As I understand it, interior pointers do what handles can plus they allow for pointer semantics (arithmetic and comparison). Interior pointers also can point to unmanaged objects and native pointers are implicitly converted to interior pointers (but not vice versa). Both seem to be able to point to interior members of managed objects (such as an array of managed objects, or a managed class with a member variable of another managed type). Neither support double indirection (ie handle to a handle). So is there anything a handle can do that an interior pointer can't? In which case I assume handles are used purely for convenience as they're far easier to read/write/work with if you don't need the extra capabilities of an interior pointer. So basically use interior pointers over handles only when you need pointer semantics or some sort of interop capability?
AnswerRe: Interior Pointer vs Handle Pin
led mike2-Jul-07 5:07
led mike2-Jul-07 5:07 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5152-Jul-07 5:25
iddqd5152-Jul-07 5:25 
GeneralRe: Interior Pointer vs Handle Pin
George L. Jackson2-Jul-07 14:23
George L. Jackson2-Jul-07 14:23 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5153-Jul-07 3:30
iddqd5153-Jul-07 3:30 
GeneralRe: Interior Pointer vs Handle Pin
Geo Pa3-Jul-07 8:02
Geo Pa3-Jul-07 8:02 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5153-Jul-07 8:35
iddqd5153-Jul-07 8:35 
QuestionDataSet Array Pin
MAW301-Jul-07 22:36
MAW301-Jul-07 22:36 
AnswerRe: DataSet Array Pin
George L. Jackson2-Jul-07 14:32
George L. Jackson2-Jul-07 14:32 
GeneralRe: DataSet Array Pin
MAW302-Jul-07 17:23
MAW302-Jul-07 17:23 
GeneralRe: DataSet Array Pin
George L. Jackson2-Jul-07 23:57
George L. Jackson2-Jul-07 23:57 
GeneralRe: DataSet Array Pin
MAW303-Jul-07 11:46
MAW303-Jul-07 11:46 
GeneralRe: DataSet Array Pin
George L. Jackson5-Jul-07 8:18
George L. Jackson5-Jul-07 8:18 
GeneralRe: DataSet Array Pin
MAW305-Jul-07 11:44
MAW305-Jul-07 11:44 
QuestionHow to get the seconds/milliseconds in DateTime? Pin
C#Coudou1-Jul-07 16:26
C#Coudou1-Jul-07 16:26 
AnswerRe: How to get the seconds/milliseconds in DateTime? Pin
Luc Pattyn2-Jul-07 5:28
sitebuilderLuc Pattyn2-Jul-07 5:28 
GeneralRe: How to get the seconds/milliseconds in DateTime? Pin
led mike2-Jul-07 5:39
led mike2-Jul-07 5:39 
GeneralRe: How to get the seconds/milliseconds in DateTime? Pin
Luc Pattyn2-Jul-07 6:05
sitebuilderLuc Pattyn2-Jul-07 6:05 

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.