Click here to Skip to main content
15,897,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: vector doesn't work - won't load Pin
Larry Mills Sr8-Aug-05 15:45
Larry Mills Sr8-Aug-05 15:45 
I did this: temCString = ""; Then I would reload this (worker CString) with the CDriver data that I extracted from the instance of CDriver that was loaded --> ADDING THE FILE DELIMITERS in this "temCString". The idea of the vector was it was supposed to hold the FILE DELIMITED CSTRINGS that comprised the CDriver data. Then I was going to send the vector CStrings to my DataBase file. But the vector will only load the FIRST sending of the temCString; after I temCString = ""; I reload that CString with the next FILE DELIMITED CSTRINGS from CDriver and attempt to send it to the vector. In debug mode the CString is correctly loaded and as I enter the vector using push_back() method it goes through the motions of receiving the data CString but when I check it the second attempt to load it fails --> it's not in the vector!

Any ideas?

Larry A Mills Sr
(Thanks about the tip regarding Do not treat <'s as HTML tags" checkbox.)


C++ is my favorite programming language
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 
GeneralRe: WS_TABSTOP and EDIT controls Pin
benft12-Oct-05 14:06
benft12-Oct-05 14:06 

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.