Click here to Skip to main content
15,929,218 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to know the size of string by use new expression created Pin
Naveen24-May-07 22:40
Naveen24-May-07 22:40 
GeneralRe: How to know the size of string by use new expression created Pin
David Crow25-May-07 4:44
David Crow25-May-07 4:44 
GeneralRe: How to know the size of string by use new expression created Pin
Stephen Hewitt27-May-07 14:36
Stephen Hewitt27-May-07 14:36 
GeneralRe: How to know the size of string by use new expression created Pin
Naveen27-May-07 14:53
Naveen27-May-07 14:53 
GeneralRe: How to know the size of string by use new expression created Pin
Stephen Hewitt27-May-07 14:56
Stephen Hewitt27-May-07 14:56 
AnswerRe: How to know the size of string by use new expression created Pin
Cedric Moonen24-May-07 22:07
Cedric Moonen24-May-07 22:07 
AnswerThanks all Pin
hanlei000000000924-May-07 22:58
hanlei000000000924-May-07 22:58 
AnswerRe: How to know the size of string by use new expression created Pin
David Crow25-May-07 4:47
David Crow25-May-07 4:47 
hanlei0000000009 wrote:
So, how can get the size of string by use the new expression? Thanks!


One possibility is to look at the 32 bits preceding the address returned from new. This may be what _msize() is doing internally but with some extra stuff.


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


QuestionHlep about video capture and translation Pin
kcynic24-May-07 20:29
kcynic24-May-07 20:29 
AnswerRe: Hlep about video capture and translation Pin
kcynic24-May-07 22:15
kcynic24-May-07 22:15 
AnswerRe: Hlep about video capture and translation Pin
Mark Salsbery25-May-07 5:59
Mark Salsbery25-May-07 5:59 
QuestionSorting in list control Pin
Naveen24-May-07 20:13
Naveen24-May-07 20:13 
AnswerRe: Sorting in list control Pin
CPallini24-May-07 20:20
mveCPallini24-May-07 20:20 
GeneralRe: Sorting in list control Pin
Naveen24-May-07 20:24
Naveen24-May-07 20:24 
GeneralRe: Sorting in list control Pin
CPallini24-May-07 20:31
mveCPallini24-May-07 20:31 
GeneralRe: Sorting in list control Pin
Naveen24-May-07 20:36
Naveen24-May-07 20:36 
GeneralRe: Sorting in list control Pin
CPallini24-May-07 20:49
mveCPallini24-May-07 20:49 
GeneralRe: Sorting in list control Pin
Naveen24-May-07 20:52
Naveen24-May-07 20:52 
GeneralRe: Sorting in list control Pin
CPallini24-May-07 20:56
mveCPallini24-May-07 20:56 
GeneralRe: Sorting in list control Pin
Naveen24-May-07 21:04
Naveen24-May-07 21:04 
GeneralRe: Sorting in list control Pin
CPallini24-May-07 21:21
mveCPallini24-May-07 21:21 
AnswerRe: Sorting in list control -- OT Pin
Nibu babu thomas24-May-07 21:03
Nibu babu thomas24-May-07 21:03 
GeneralRe: Sorting in list control -- OT Pin
Naveen24-May-07 21:07
Naveen24-May-07 21:07 
GeneralRe: Sorting in list control -- OT Pin
Nibu babu thomas24-May-07 21:10
Nibu babu thomas24-May-07 21:10 
Questionhow i set diffrent color on row in List Control Pin
Pankaj.Jain24-May-07 20:04
professionalPankaj.Jain24-May-07 20: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.