Click here to Skip to main content
15,894,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why it is not good code for constructor Pin
CPallini26-Dec-07 22:53
mveCPallini26-Dec-07 22:53 
GeneralRe: Why it is not good code for constructor Pin
George_George26-Dec-07 23:14
George_George26-Dec-07 23:14 
GeneralRe: Why it is not good code for constructor Pin
CPallini26-Dec-07 23:34
mveCPallini26-Dec-07 23:34 
GeneralRe: Why it is not good code for constructor Pin
George_George27-Dec-07 0:39
George_George27-Dec-07 0:39 
GeneralRe: Why it is not good code for constructor Pin
CPallini27-Dec-07 0:58
mveCPallini27-Dec-07 0:58 
GeneralRe: Why it is not good code for constructor Pin
George_George27-Dec-07 1:03
George_George27-Dec-07 1:03 
QuestionFile rename in UNICODE Pin
Ajay L D26-Dec-07 2:56
Ajay L D26-Dec-07 2:56 
GeneralRe: File rename in UNICODE [modified] Pin
Sarath C26-Dec-07 4:53
Sarath C26-Dec-07 4:53 
I can't exactly understand what you are trying to do.

For copying files you can use CopyFile[^] API.

OK I'm not going into the implementation

In my knowledge it's called Byte Order Mark (BOM) which identifies the type of encoding applied to the (text) file. If you are going to rename the file, you dont have to bother about anything Windows Platform will identify it and gives correct name for that.

Please check this article.[^]

just open notepad and save text in different formats. Then open it in any hex-editor(probably visual studio can help you out) and verify each encoding.
<br />
Byte-order mark Description <br />
----------------------------<br />
EF BB BF        : UTF-8<br />
FF FE           : UTF-16, little endian<br />
FE FF           : UTF-16, big endian<br />
FF FE 00 00     : UTF-32, little endian<br />
00 00 FE FF     : UTF-32, big-endian


--Update--
Check Byte Order Mark [^] on MSDN

HTH

-Sarath.
"Great hopes make everything great possible" - Benjamin Franklin

modified on Wednesday, December 26, 2007 11:10:08 AM

GeneralRe: File rename in UNICODE Pin
Ajay L D26-Dec-07 17:15
Ajay L D26-Dec-07 17:15 
GeneralRe: File rename in UNICODE Pin
CPallini26-Dec-07 4:56
mveCPallini26-Dec-07 4:56 
GeneralRe: File rename in UNICODE Pin
Ajay L D26-Dec-07 18:46
Ajay L D26-Dec-07 18:46 
GeneralRe: File rename in UNICODE Pin
David Crow27-Dec-07 4:32
David Crow27-Dec-07 4:32 
Generalbad_alloc Pin
George_George26-Dec-07 2:36
George_George26-Dec-07 2:36 
GeneralRe: bad_alloc Pin
CPallini26-Dec-07 11:53
mveCPallini26-Dec-07 11:53 
GeneralRe: bad_alloc Pin
George_George26-Dec-07 17:44
George_George26-Dec-07 17:44 
GeneralRe: bad_alloc Pin
CPallini26-Dec-07 20:58
mveCPallini26-Dec-07 20:58 
GeneralRe: bad_alloc Pin
George_George26-Dec-07 21:07
George_George26-Dec-07 21:07 
GeneralRe: bad_alloc Pin
CPallini26-Dec-07 21:27
mveCPallini26-Dec-07 21:27 
GeneralRe: bad_alloc Pin
George_George26-Dec-07 21:32
George_George26-Dec-07 21:32 
Questionhow am i use "textattr" which is library in turbo c to visual studio? Pin
Jung Seng Won26-Dec-07 2:12
Jung Seng Won26-Dec-07 2:12 
AnswerRe: how am i use "textattr" which is library in turbo c to visual studio? Pin
CPallini26-Dec-07 5:02
mveCPallini26-Dec-07 5:02 
GeneralRefreshing Tree control in VC++ Pin
CJ94200226-Dec-07 0:34
CJ94200226-Dec-07 0:34 
GeneralRe: Refreshing Tree control in VC++ Pin
peterchen26-Dec-07 0:45
peterchen26-Dec-07 0:45 
GeneralFile Handling Pin
Sangeetha_J25-Dec-07 22:52
Sangeetha_J25-Dec-07 22:52 
QuestionHow to make use of SDI features print etc... in Dialog based application Pin
msr_codeproject25-Dec-07 21:45
msr_codeproject25-Dec-07 21:45 

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.