Click here to Skip to main content
15,889,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: sdi Pin
Weiye Chen2-Jul-06 22:02
Weiye Chen2-Jul-06 22:02 
GeneralRe: sdi Pin
ashish dogra2-Jul-06 22:19
ashish dogra2-Jul-06 22:19 
GeneralRe: sdi Pin
Weiye Chen2-Jul-06 23:55
Weiye Chen2-Jul-06 23:55 
AnswerRe: sdi Pin
Hamid_RT2-Jul-06 22:22
Hamid_RT2-Jul-06 22:22 
GeneralRe: sdi Pin
ashish dogra2-Jul-06 22:36
ashish dogra2-Jul-06 22:36 
GeneralRe: sdi Pin
Hamid_RT2-Jul-06 23:05
Hamid_RT2-Jul-06 23:05 
GeneralRe: sdi Pin
ashish dogra2-Jul-06 22:54
ashish dogra2-Jul-06 22:54 
QuestionUrgent : How to read a unicode file in C/C++ Pin
Rocky Marrone2-Jul-06 21:51
Rocky Marrone2-Jul-06 21:51 
Hi guys this is rocky.
I got stuck in a problem plz help me.

I want to read a text file which is having unciode charachters in C/C++.

i m using normaal fopen function but can't get the result fine..

here is the small peace of codeee

if ((fp = fopen("d:/GRCasual.txt", CFile::modeRead|CFile::typeBinary)) == NULL)
{
return 0;
}

while(!feof(fp))
{
/*fseek(fp,sizeof(char),SEEK_CUR); */
retbuf = fgets(buf, 200, fp);
}



thnx in advance guys ............
i m waitin for ur replies..........

Best Regards
Rocky
AnswerRe: Urgent : How to read a unicode file in C/C++ Pin
Don Box2-Jul-06 21:55
Don Box2-Jul-06 21:55 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Rocky Marrone2-Jul-06 22:05
Rocky Marrone2-Jul-06 22:05 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Viorel.2-Jul-06 22:15
Viorel.2-Jul-06 22:15 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Rocky Marrone2-Jul-06 22:19
Rocky Marrone2-Jul-06 22:19 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Viorel.2-Jul-06 22:24
Viorel.2-Jul-06 22:24 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Hamid_RT2-Jul-06 22:21
Hamid_RT2-Jul-06 22:21 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Rocky Marrone2-Jul-06 22:26
Rocky Marrone2-Jul-06 22:26 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Hamid_RT2-Jul-06 22:32
Hamid_RT2-Jul-06 22:32 
GeneralRe: Urgent : How to read a unicode file in C/C++ Pin
Rocky Marrone2-Jul-06 22:49
Rocky Marrone2-Jul-06 22:49 
QuestionAbout Cd-rom? Pin
Syouki_kou2-Jul-06 21:33
Syouki_kou2-Jul-06 21:33 
AnswerRe: About Cd-rom? Pin
Don Box2-Jul-06 21:52
Don Box2-Jul-06 21:52 
AnswerRe: About Cd-rom? Pin
Hamid_RT2-Jul-06 22:39
Hamid_RT2-Jul-06 22:39 
QuestionRe: About Cd-rom? Pin
Syouki_kou3-Jul-06 16:44
Syouki_kou3-Jul-06 16:44 
AnswerRe: About Cd-rom? Pin
Hamid_RT3-Jul-06 18:34
Hamid_RT3-Jul-06 18:34 
QuestionRe: About Cd-rom? Pin
Syouki_kou3-Jul-06 20:38
Syouki_kou3-Jul-06 20:38 
Questionstrange linking error with operator overloading Pin
George_George2-Jul-06 21:27
George_George2-Jul-06 21:27 
AnswerRe: strange linking error with operator overloading Pin
Viorel.2-Jul-06 21:40
Viorel.2-Jul-06 21:40 

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.