Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ 6.0 & C++.net Pin
Michael Dunn9-May-02 14:50
sitebuilderMichael Dunn9-May-02 14:50 
GeneralRe: C++ 6.0 & C++.net Pin
Mike Nordell9-May-02 20:13
Mike Nordell9-May-02 20:13 
GeneralWierd CString Problem Pin
Emearg9-May-02 12:20
Emearg9-May-02 12:20 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 12:41
protectorChristian Graus9-May-02 12:41 
GeneralRe: Wierd CString Problem Pin
Emearg9-May-02 12:36
Emearg9-May-02 12:36 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 13:02
protectorChristian Graus9-May-02 13:02 
GeneralRe: Wierd CString Problem Pin
Nish Nishant9-May-02 14:51
sitebuilderNish Nishant9-May-02 14:51 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 15:44
protectorChristian Graus9-May-02 15:44 
Nish, Nish, why on earth would you do it this way ?

File.WriteString (LogConvert.GetBuffer(LogConvert.GetLength());
LogConvert.ReleaseBuffer;

This is precisely the sort of ad hoc 'create something big enough to always work' stuff that C++ does away with needing. strcpy is a C function.


Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

And you don't spend much time with the opposite sex working day and night, unless the pizza delivery person happens to be young, cute, single and female. I can assure you, I've consumed more than a programmer's allotment of pizza, and these conditions have never aligned. - Christopher Duncan - 18/04/2002
GeneralRe: Wierd CString Problem Pin
Nish Nishant9-May-02 17:24
sitebuilderNish Nishant9-May-02 17:24 
GeneralRe: Wierd CString Problem Pin
Maxwell Chen9-May-02 17:34
Maxwell Chen9-May-02 17:34 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 17:40
protectorChristian Graus9-May-02 17:40 
GeneralRe: Wierd CString Problem Pin
jbarton10-May-02 9:38
jbarton10-May-02 9:38 
GeneralDrawDibDraw() equivalent Pin
moredip9-May-02 12:12
moredip9-May-02 12:12 
GeneralRe: DrawDibDraw() equivalent Pin
Mike Nordell9-May-02 20:19
Mike Nordell9-May-02 20:19 
GeneralRe: DrawDibDraw() equivalent Pin
moredip10-May-02 5:48
moredip10-May-02 5:48 
GeneralRe: DrawDibDraw() equivalent Pin
Mike Nordell21-May-02 5:34
Mike Nordell21-May-02 5:34 
GeneralRe: DrawDibDraw() equivalent Pin
moredip21-May-02 7:51
moredip21-May-02 7:51 
GeneralDoubleClick Area Validation in CListView :: MFC Pin
valikac9-May-02 11:48
valikac9-May-02 11:48 
GeneralRe: DoubleClick Area Validation in CListView :: MFC Pin
Tom Archer9-May-02 22:16
Tom Archer9-May-02 22:16 
GeneralRe: DoubleClick Area Validation in CListView :: MFC Pin
valikac10-May-02 4:53
valikac10-May-02 4:53 
GeneralRe: DoubleClick Area Validation in CListView :: MFC Pin
Tom Archer10-May-02 5:18
Tom Archer10-May-02 5:18 
GeneralLib Errors Pin
stupration9-May-02 11:43
stupration9-May-02 11:43 
GeneralRe: Lib Errors Pin
Joaquín M López Muñoz9-May-02 11:46
Joaquín M López Muñoz9-May-02 11:46 
GeneralRe: Lib Errors Pin
stupration9-May-02 12:09
stupration9-May-02 12:09 
GeneralRe: Lib Errors Pin
Joaquín M López Muñoz9-May-02 20:01
Joaquín M López Muñoz9-May-02 20:01 

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.