Click here to Skip to main content
15,918,706 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing the toolbar Pin
Rand Al'thor4-Dec-02 15:23
Rand Al'thor4-Dec-02 15:23 
GeneralAdd grid control to a dialog Pin
peter ho4-Dec-02 12:35
peter ho4-Dec-02 12:35 
GeneralRe: Add grid control to a dialog Pin
Christian Graus4-Dec-02 15:29
protectorChristian Graus4-Dec-02 15:29 
GeneralRe: Add grid control to a dialog Pin
Kannan Kalyanaraman4-Dec-02 19:18
Kannan Kalyanaraman4-Dec-02 19:18 
GeneralDisabled Pin
Larsson4-Dec-02 12:29
Larsson4-Dec-02 12:29 
GeneralRe: Disabled Pin
tongc4-Dec-02 14:34
tongc4-Dec-02 14:34 
GeneralRe: Disabled Pin
Larsson5-Dec-02 4:03
Larsson5-Dec-02 4:03 
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 

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.