Click here to Skip to main content
15,906,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUtility to scan for unused headers? Pin
Andrew Welch4-Dec-02 12:22
Andrew Welch4-Dec-02 12:22 
GeneralCDatabase Pin
MFC is the Best4-Dec-02 12:03
MFC is the Best4-Dec-02 12:03 
Generalcreating CPropertyPages Pin
mariuszpopiolek4-Dec-02 11:37
mariuszpopiolek4-Dec-02 11:37 
Generalpassing an iterator Pin
Member 1043934-Dec-02 11:34
Member 1043934-Dec-02 11:34 
GeneralRe: passing an iterator Pin
Christian Graus4-Dec-02 11:48
protectorChristian Graus4-Dec-02 11:48 
GeneralRe: passing an iterator Pin
Member 1043934-Dec-02 12:10
Member 1043934-Dec-02 12:10 
GeneralRe: passing an iterator Pin
Christian Graus4-Dec-02 13:34
protectorChristian Graus4-Dec-02 13:34 
GeneralRe: passing an iterator Pin
Member 1043934-Dec-02 13:50
Member 1043934-Dec-02 13:50 
Here is what I have:

static int read_layout(std::vector<std::string> &, vector<std::string>iterator, char *)


static int read_layout(std::vector<std::string> & trs, vector<std::string>iterator pr, char *szName)
{



}

void StartReading(std::vector<std::string> & trs)
{
vector<std::string>::iterator pr;
pr = trs.begin();
string s = *pr;
strcpy( szHeader, s.c_str() );
pr++; //there are several of these types of access prior to function call

iStatus = read_layout_truss(trs, pr, szName)
}

I am not able to get this to compile as is. Hopefully I did not post this previously as my keyboard seems to be freezing on me. Thanks for your input.
GeneralRe: passing an iterator Pin
Christian Graus4-Dec-02 15:22
protectorChristian Graus4-Dec-02 15:22 
GeneralRe: passing an iterator Pin
Anonymous4-Dec-02 14:26
Anonymous4-Dec-02 14:26 
GeneralShared MFC Map Accross Processes Pin
orcun colak4-Dec-02 10:55
orcun colak4-Dec-02 10:55 
GeneralRe: Shared MFC Map Accross Processes Pin
Chris Losinger4-Dec-02 11:08
professionalChris Losinger4-Dec-02 11:08 
GeneralRe: Shared MFC Map Accross Processes Pin
Navin4-Dec-02 11:21
Navin4-Dec-02 11:21 
Generalsmall design question ... Pin
Maximilien4-Dec-02 10:21
Maximilien4-Dec-02 10:21 
GeneralRe: small design question ... Pin
ian mariano4-Dec-02 14:26
ian mariano4-Dec-02 14:26 
GeneralList box scroll to bottom Pin
Shay Harel4-Dec-02 10:15
Shay Harel4-Dec-02 10:15 
GeneralRe: List box scroll to bottom Pin
Roger Stewart4-Dec-02 10:56
professionalRoger Stewart4-Dec-02 10:56 
GeneralRe: List box scroll to bottom Pin
Shay Harel4-Dec-02 11:03
Shay Harel4-Dec-02 11:03 
GeneralRe: List box scroll to bottom Pin
Alvaro Mendez4-Dec-02 11:55
Alvaro Mendez4-Dec-02 11:55 
GeneralRe: List box scroll to bottom Pin
Roger Stewart4-Dec-02 13:36
professionalRoger Stewart4-Dec-02 13:36 
GeneralRe: List box scroll to bottom Pin
georgiek504-Dec-02 15:17
georgiek504-Dec-02 15:17 
GeneralKeyboard response in a dialog, not the main window--thanks a lot Pin
Sean_Yang4-Dec-02 9:59
Sean_Yang4-Dec-02 9:59 
GeneralRe: Keyboard response in a dialog, not the main window--thanks a lot Pin
RicoH5-Dec-02 1:35
RicoH5-Dec-02 1:35 
GeneralRe: Keyboard response in a dialog, not the main window--thanks a lot Pin
Sean_Yang5-Dec-02 7:03
Sean_Yang5-Dec-02 7:03 
GeneralRe: Keyboard response in a dialog, not the main window--thanks a lot Pin
RicoH5-Dec-02 7:37
RicoH5-Dec-02 7:37 

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.