Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: fopen and wfopen Pin
David Crow20-Aug-07 4:39
David Crow20-Aug-07 4:39 
AnswerRe: fopen and wfopen Pin
George_George20-Aug-07 5:00
George_George20-Aug-07 5:00 
QuestionRe: fopen and wfopen Pin
David Crow20-Aug-07 5:18
David Crow20-Aug-07 5:18 
AnswerRe: fopen and wfopen Pin
George_George20-Aug-07 17:43
George_George20-Aug-07 17:43 
GeneralRe: fopen and wfopen Pin
David Crow21-Aug-07 2:55
David Crow21-Aug-07 2:55 
GeneralRe: fopen and wfopen Pin
George_George21-Aug-07 3:09
George_George21-Aug-07 3:09 
GeneralRe: fopen and wfopen Pin
David Crow21-Aug-07 3:21
David Crow21-Aug-07 3:21 
AnswerRe: fopen and wfopen Pin
Paresh Chitte20-Aug-07 20:09
Paresh Chitte20-Aug-07 20:09 
Yes, your understanding is correct. However, these things are taken care by "Using Generic-Text Mappings". For example, if you use _tfopen (Generic-text routine name) and if SBCS (_UNICODE & MBCS Not Defined) then it will convert as fopen, if MBCS defined - fopen and if UNICODE defined - _wfopen.

Please refer http://msdn2.microsoft.com/en-us/library/7dzey6h6(VS.80).aspx[^] for more information.

Regards,
Paresh.
GeneralRe: fopen and wfopen Pin
George_George20-Aug-07 20:28
George_George20-Aug-07 20:28 
GeneralRe: fopen and wfopen Pin
Paresh Chitte21-Aug-07 18:19
Paresh Chitte21-Aug-07 18:19 
GeneralRe: fopen and wfopen Pin
George_George21-Aug-07 20:59
George_George21-Aug-07 20:59 
QuestionTimeout settings Pin
Daria Faucci20-Aug-07 4:25
Daria Faucci20-Aug-07 4:25 
GeneralPlain C++ equivalent of FileSystemWatcher [modified] Pin
benjymous20-Aug-07 4:15
benjymous20-Aug-07 4:15 
QuestionHow to Update Dialog values Pin
simoncoul20-Aug-07 3:44
simoncoul20-Aug-07 3:44 
AnswerRe: How to Update Dialog values Pin
David Crow20-Aug-07 3:54
David Crow20-Aug-07 3:54 
GeneralRe: How to Update Dialog values Pin
simoncoul20-Aug-07 4:12
simoncoul20-Aug-07 4:12 
GeneralRe: How to Update Dialog values Pin
Manfred Staiger20-Aug-07 4:21
Manfred Staiger20-Aug-07 4:21 
QuestionRe: How to Update Dialog values Pin
David Crow20-Aug-07 4:22
David Crow20-Aug-07 4:22 
AnswerRe: How to Update Dialog values Pin
simoncoul20-Aug-07 4:32
simoncoul20-Aug-07 4:32 
GeneralRe: How to Update Dialog values Pin
David Crow20-Aug-07 4:38
David Crow20-Aug-07 4:38 
GeneralRe: How to Update Dialog values Pin
simoncoul20-Aug-07 4:45
simoncoul20-Aug-07 4:45 
GeneralRe: How to Update Dialog values Pin
jhwurmbach20-Aug-07 5:46
jhwurmbach20-Aug-07 5:46 
Questioncan anybody tell me how to read the data from a .cvs file Pin
philiptabraham20-Aug-07 3:30
philiptabraham20-Aug-07 3:30 
AnswerRe: can anybody tell me how to read the data from a .cvs file Pin
Maximilien20-Aug-07 3:55
Maximilien20-Aug-07 3:55 
QuestionRe: can anybody tell me how to read the data from a .cvs file Pin
David Crow20-Aug-07 3:56
David Crow20-Aug-07 3:56 

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.