Click here to Skip to main content
15,891,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C question: passing an 2D array for modifying Pin
sunit57-Aug-05 18:21
sunit57-Aug-05 18:21 
GeneralRe: C question: passing an 2D array for modifying Pin
David Crow8-Aug-05 8:34
David Crow8-Aug-05 8:34 
GeneralWM_CHAR and eating keystrokes Pin
Luther Baker7-Aug-05 10:59
Luther Baker7-Aug-05 10:59 
GeneralRe: WM_CHAR and eating keystrokes Pin
PJ Arends7-Aug-05 12:09
professionalPJ Arends7-Aug-05 12:09 
GeneralRe: WM_CHAR and eating keystrokes Pin
Luther Baker7-Aug-05 17:39
Luther Baker7-Aug-05 17:39 
GeneralRe: WM_CHAR and eating keystrokes Pin
Luther Baker7-Aug-05 18:24
Luther Baker7-Aug-05 18:24 
Generalvector doesn't work - won't load Pin
Larry Mills Sr7-Aug-05 9:34
Larry Mills Sr7-Aug-05 9:34 
GeneralRe: vector doesn't work - won't load Pin
Shog97-Aug-05 12:03
sitebuilderShog97-Aug-05 12:03 
The "Do not treat <'s as HTML tags" checkbox helps considerably when posting code. Smile | :)

Your assignment operator should probably take a reference (const CDriver& d)

What do you mean when you say that it doesn't work? What does it do/not do?

Larry Mills wrote:
I NULLed temCString before reloading it with data

If you did something like this:
temCString.Empty();   // or temCString = "";
temCString = _T("Some New Data");

then that should be fine. If you did something more interesting, then there might be potential for error - please elaborate.


GeneralRe: vector doesn't work - won't load Pin
Larry Mills Sr8-Aug-05 15:45
Larry Mills Sr8-Aug-05 15:45 
GeneralRe: vector doesn't work - won't load Pin
Christian Graus7-Aug-05 13:52
protectorChristian Graus7-Aug-05 13:52 
GeneralRe: vector doesn't work - won't load Pin
Larry Mills Sr8-Aug-05 15:32
Larry Mills Sr8-Aug-05 15:32 
Generalusing namespace in a c++ dll Pin
MihaiChioariu7-Aug-05 9:33
MihaiChioariu7-Aug-05 9:33 
GeneralBoost + regex Pin
Jack Puppy7-Aug-05 7:47
Jack Puppy7-Aug-05 7:47 
GeneralSNMP: Urgent help needed Pin
Mukhan7-Aug-05 6:27
Mukhan7-Aug-05 6:27 
GeneralRegarding thumb recognition Pin
Pearlking7-Aug-05 4:40
Pearlking7-Aug-05 4:40 
GeneralRe: Regarding thumb recognition Pin
Maximilien7-Aug-05 5:16
Maximilien7-Aug-05 5:16 
General2 vc7 problems..and 1 question Pin
YaronNir7-Aug-05 4:38
YaronNir7-Aug-05 4:38 
GeneralRe: 2 vc7 problems..and 1 question Pin
toxcct7-Aug-05 8:43
toxcct7-Aug-05 8:43 
GeneralRe: 2 vc7 problems..and 1 question Pin
YaronNir7-Aug-05 20:08
YaronNir7-Aug-05 20:08 
Generaldbf odbc Pin
_tasleem7-Aug-05 3:23
_tasleem7-Aug-05 3:23 
GeneralRe: dbf odbc Pin
David Crow8-Aug-05 8:37
David Crow8-Aug-05 8:37 
GeneralRe: dbf odbc Pin
_tasleem10-Aug-05 12:28
_tasleem10-Aug-05 12:28 
GeneralWS_TABSTOP and EDIT controls Pin
Luther Baker7-Aug-05 0:04
Luther Baker7-Aug-05 0:04 
GeneralRe: WS_TABSTOP and EDIT controls Pin
Anonymous7-Aug-05 2:55
Anonymous7-Aug-05 2:55 
GeneralRe: WS_TABSTOP and EDIT controls Pin
Luther Baker7-Aug-05 7:36
Luther Baker7-Aug-05 7:36 

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.