Click here to Skip to main content
15,916,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHi! everybody! How about "graph line printing"? Pin
12-Jun-02 5:41
suss12-Jun-02 5:41 
QuestionHow to fill a vector or a list with data from a file! Pin
JMajors9812-Jun-02 4:50
JMajors9812-Jun-02 4:50 
AnswerRe: How to fill a vector or a list with data from a file! Pin
Chris Losinger12-Jun-02 5:39
professionalChris Losinger12-Jun-02 5:39 
AnswerRe: How to fill a vector or a list with data from a file! Pin
Joaquín M López Muñoz12-Jun-02 11:57
Joaquín M López Muñoz12-Jun-02 11:57 
AnswerRe: How to fill a vector or a list with data from a file! Pin
Mike Nordell13-Jun-02 3:23
Mike Nordell13-Jun-02 3:23 
GeneralParseCommandLine Pin
Anthony988712-Jun-02 4:45
Anthony988712-Jun-02 4:45 
GeneralRe: ParseCommandLine Pin
Le centriste12-Jun-02 5:37
Le centriste12-Jun-02 5:37 
GeneralRe: ParseCommandLine Pin
Navin12-Jun-02 8:39
Navin12-Jun-02 8:39 
What Michel says should work. You can also get at the command line another way - simply access the app's m_lpCmdLine member variable and avoid ParseCommandLine completely. I guess it depends on what you want to do. If you are ever going to have more than one parameter, you'll have no other choice than to surround the file by quotes.


No generalization is 100% true.
Not even this one.
GeneralITaskBarList2::MarkFullScreenWindow Pin
12-Jun-02 4:20
suss12-Jun-02 4:20 
QuestionCan Library Files be Modified Pin
Steve Thresher12-Jun-02 4:23
Steve Thresher12-Jun-02 4:23 
AnswerRe: Can Library Files be Modified Pin
Chris Losinger12-Jun-02 5:41
professionalChris Losinger12-Jun-02 5:41 
GeneralRe: Can Library Files be Modified Pin
Steve Thresher12-Jun-02 6:15
Steve Thresher12-Jun-02 6:15 
GeneralRe: Can Library Files be Modified Pin
Chris Losinger12-Jun-02 6:24
professionalChris Losinger12-Jun-02 6:24 
GeneralAutorun Pin
12-Jun-02 4:20
suss12-Jun-02 4:20 
GeneralRe: Autorun Pin
Jeremy Falcon12-Jun-02 4:55
professionalJeremy Falcon12-Jun-02 4:55 
GeneralODBC Pin
12-Jun-02 4:17
suss12-Jun-02 4:17 
GeneralRe: ODBC Pin
markkuk12-Jun-02 9:08
markkuk12-Jun-02 9:08 
GeneralRe: ODBC Pin
12-Jun-02 9:35
suss12-Jun-02 9:35 
GeneralRe: ODBC Pin
12-Jun-02 11:28
suss12-Jun-02 11:28 
GeneralRe: ODBC Pin
12-Jun-02 16:58
suss12-Jun-02 16:58 
GeneralRe: ODBC Pin
14-Jun-02 11:13
suss14-Jun-02 11:13 
Generalpointers and containers in dll Pin
12-Jun-02 4:08
suss12-Jun-02 4:08 
GeneralRe: pointers and containers in dll Pin
Joaquín M López Muñoz12-Jun-02 4:21
Joaquín M López Muñoz12-Jun-02 4:21 
Generalwhy this linker error(lnk2001) Pin
12-Jun-02 3:56
suss12-Jun-02 3:56 
GeneralRe: why this linker error(lnk2001) Pin
Joaquín M López Muñoz12-Jun-02 4:22
Joaquín M López Muñoz12-Jun-02 4:22 

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.