Click here to Skip to main content
15,892,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMax. value of int type variable and unsigned int type variable Pin
cy163@hotmail.com25-Dec-06 3:31
cy163@hotmail.com25-Dec-06 3:31 
AnswerRe: Max. value of int type variable and unsigned int type variable Pin
Mark Salsbery25-Dec-06 6:41
Mark Salsbery25-Dec-06 6:41 
QuestionTick count Pin
includeh1025-Dec-06 2:17
includeh1025-Dec-06 2:17 
QuestionRe: Tick count Pin
David Crow25-Dec-06 5:08
David Crow25-Dec-06 5:08 
AnswerRe: Tick count Pin
Cristian Amarie25-Dec-06 5:27
Cristian Amarie25-Dec-06 5:27 
AnswerRe: Tick count Pin
Mark Salsbery25-Dec-06 6:46
Mark Salsbery25-Dec-06 6:46 
GeneralRe: Tick count Pin
includeh1025-Dec-06 7:20
includeh1025-Dec-06 7:20 
QuestionA Problem with CStdioFile Pin
yaros2125-Dec-06 0:10
yaros2125-Dec-06 0:10 
Hello!
I use Visual Studio 2005 SP 1. Here it a part of my code:

CStdioFile fd;
CString t;
fd.Open(_T("rep.txt"), CFile::modeRead, 0);
fd.ReadString(t);

This file contains the russian language and when I use debugger I see that 't' contains is 'm_pszData 0x003BBA60 "CSAD|Air Tube (òðóáêà äëÿ îòâîäà òåïëà îò ïðîöåññîðà)|2" wchar_t*'

You see, that russian part is unreadable. My project has Unicode libraries support and I can use Russian in my project, but 'Read string' has the problem. Can you help me?


QuestionRe: A Problem with CStdioFile Pin
David Crow25-Dec-06 5:10
David Crow25-Dec-06 5:10 
AnswerRe: A Problem with CStdioFile Pin
yaros2125-Dec-06 20:07
yaros2125-Dec-06 20:07 
Questionhow to Convert FileTimeToSystemTime in win32. Pin
amitmistry_petlad 24-Dec-06 23:06
amitmistry_petlad 24-Dec-06 23:06 
AnswerRe: how to Convert FileTimeToSystemTime in win32. Pin
includeh1025-Dec-06 2:20
includeh1025-Dec-06 2:20 
QuestionRaise events from unmanaged to managed Pin
yoti1124-Dec-06 22:31
yoti1124-Dec-06 22:31 
AnswerRe: Raise events from unmanaged to managed Pin
567890123424-Dec-06 23:15
567890123424-Dec-06 23:15 
GeneralRe: Raise events from unmanaged to managed Pin
yoti1124-Dec-06 23:36
yoti1124-Dec-06 23:36 
GeneralRe: Raise events from unmanaged to managed Pin
567890123425-Dec-06 1:26
567890123425-Dec-06 1:26 
Questionuninitialized pointer Pin
rp_suman24-Dec-06 20:58
rp_suman24-Dec-06 20:58 
AnswerRe: uninitialized pointer Pin
includeh1025-Dec-06 2:25
includeh1025-Dec-06 2:25 
AnswerRe: uninitialized pointer Pin
Michael Dunn25-Dec-06 5:27
sitebuilderMichael Dunn25-Dec-06 5:27 
GeneralRe: uninitialized pointer Pin
rp_suman26-Dec-06 19:08
rp_suman26-Dec-06 19:08 
GeneralRe: uninitialized pointer Pin
Michael Dunn26-Dec-06 20:57
sitebuilderMichael Dunn26-Dec-06 20:57 
GeneralThanks!! Re: uninitialized pointer Pin
rp_suman27-Dec-06 15:36
rp_suman27-Dec-06 15:36 
AnswerRe: uninitialized pointer Pin
Cristian Amarie25-Dec-06 5:31
Cristian Amarie25-Dec-06 5:31 
GeneralRe: uninitialized pointer Pin
Michael Dunn25-Dec-06 6:31
sitebuilderMichael Dunn25-Dec-06 6:31 
GeneralRe: uninitialized pointer Pin
Cristian Amarie25-Dec-06 7:18
Cristian Amarie25-Dec-06 7:18 

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.