Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWant an MFC application to start just aftr booting Pin
Aryan S19-Jan-06 3:02
Aryan S19-Jan-06 3:02 
AnswerRe: Want an MFC application to start just aftr booting Pin
toxcct19-Jan-06 3:10
toxcct19-Jan-06 3:10 
GeneralRe: Want an MFC application to start just aftr booting Pin
Aryan S19-Jan-06 3:12
Aryan S19-Jan-06 3:12 
GeneralRe: Want an MFC application to start just aftr booting Pin
toxcct19-Jan-06 3:12
toxcct19-Jan-06 3:12 
GeneralRe: Want an MFC application to start just aftr booting Pin
Prakash Nadar19-Jan-06 5:03
Prakash Nadar19-Jan-06 5:03 
AnswerRe: Want an MFC application to start just aftr booting Pin
Maximilien19-Jan-06 5:19
Maximilien19-Jan-06 5:19 
AnswerRe: Want an MFC application to start just aftr booting Pin
Shraddhan22-Jan-06 18:11
Shraddhan22-Jan-06 18:11 
Questionread ascii matrix from file Pin
Russell'19-Jan-06 2:25
Russell'19-Jan-06 2:25 
How to read an ascii matrix from file?
The bigger problem is that I don't know the columns and rows number.
So I have to read the data (fscanf) but at the same time I have to catch the carriage-return (but fscanf can't help me!!)

Another question:
I have a function, for this, that works well but only with known matrix dimension;
it use fscanf and FILE object. Is possible to do the same using CFile and/or CString? (i.e. there is a cast from CFile to FILE?)

Thanks


Have a nice code day Wink | ;)


AnswerRe: read ascii matrix from file Pin
Maximilien19-Jan-06 2:49
Maximilien19-Jan-06 2:49 
GeneralRe: read ascii matrix from file Pin
Russell'19-Jan-06 3:07
Russell'19-Jan-06 3:07 
AnswerRe: read ascii matrix from file Pin
David Crow19-Jan-06 2:53
David Crow19-Jan-06 2:53 
GeneralRe: read ascii matrix from file Pin
Russell'19-Jan-06 3:02
Russell'19-Jan-06 3:02 
GeneralRe: read ascii matrix from file Pin
David Crow19-Jan-06 3:30
David Crow19-Jan-06 3:30 
AnswerRe: read ascii matrix from file Pin
Stephen Hewitt19-Jan-06 3:07
Stephen Hewitt19-Jan-06 3:07 
JokeRe: read ascii matrix from file Pin
Russell'19-Jan-06 4:22
Russell'19-Jan-06 4:22 
QuestionTCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:10
kelprinc19-Jan-06 1:10 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:18
Owner drawn19-Jan-06 1:18 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:25
kelprinc19-Jan-06 1:25 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:30
Owner drawn19-Jan-06 1:30 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:38
kelprinc19-Jan-06 1:38 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:43
Owner drawn19-Jan-06 1:43 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:46
kelprinc19-Jan-06 1:46 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 1:50
Owner drawn19-Jan-06 1:50 
QuestionRe: TCHAR* and LPTSTR Pin
kelprinc19-Jan-06 1:55
kelprinc19-Jan-06 1:55 
AnswerRe: TCHAR* and LPTSTR Pin
Owner drawn19-Jan-06 2:01
Owner drawn19-Jan-06 2:01 

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.