Click here to Skip to main content
15,793,605 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: Compiling with VS2010 Pin
Albert Holguin15-Jul-11 4:54
professionalAlbert Holguin15-Jul-11 4:54 
GeneralRe: Compiling with VS2010 [modified] Pin
Kyudos17-Jul-11 18:50
Kyudos17-Jul-11 18:50 
GeneralRe: Compiling with VS2010 Pin
Albert Holguin18-Jul-11 5:33
professionalAlbert Holguin18-Jul-11 5:33 
GeneralRe: Compiling with VS2010 Pin
Kyudos18-Jul-11 12:13
Kyudos18-Jul-11 12:13 
GeneralRe: Compiling with VS2010 Pin
Albert Holguin18-Jul-11 12:19
professionalAlbert Holguin18-Jul-11 12:19 
GeneralRe: Compiling with VS2010 Pin
Kyudos19-Jul-11 11:40
Kyudos19-Jul-11 11:40 
GeneralRe: Compiling with VS2010 Pin
Albert Holguin19-Jul-11 12:32
professionalAlbert Holguin19-Jul-11 12:32 
QuestionATL CString Pin
hrishi32110-Jul-11 19:49
hrishi32110-Jul-11 19:49 
Hello All,

here I have another 2 doubt of ATL::CString

1. I am not able to overridden ATL::CString class, in a proper way. Is it necessary to override all the methods of this class? I want to override only a few actually.

2. for all the character operation, it warns me " conversion from 'wchar_t' to 'char', possible loss of data"
char tt = strTemp[0];

Is there any way to convert 'wchar_t' to 'char' as in global way, so that i don't need to typecast it everytime like
char tt = (char)strTemp[0];



thanks in advance
hrishi
AnswerRe: ATL CString Pin
Cool_Dev10-Jul-11 22:02
Cool_Dev10-Jul-11 22:02 
GeneralRe: ATL CString Pin
hrishi32110-Jul-11 22:18
hrishi32110-Jul-11 22:18 
GeneralRe: ATL CString Pin
Cool_Dev11-Jul-11 5:36
Cool_Dev11-Jul-11 5:36 
GeneralRe: ATL CString Pin
hrishi32111-Jul-11 18:43
hrishi32111-Jul-11 18:43 
GeneralRe: ATL CString Pin
Richard MacCutchan11-Jul-11 23:26
mveRichard MacCutchan11-Jul-11 23:26 
GeneralRe: ATL CString Pin
BWake8-Aug-11 6:47
BWake8-Aug-11 6:47 
AnswerRe: ATL CString Pin
Richard MacCutchan11-Jul-11 6:03
mveRichard MacCutchan11-Jul-11 6:03 
GeneralRe: ATL CString Pin
hrishi32111-Jul-11 18:45
hrishi32111-Jul-11 18:45 
QuestionAvoiding MFC CString Pin
hrishi32110-Jul-11 17:58
hrishi32110-Jul-11 17:58 
AnswerRe: Avoiding MFC CString Pin
Albert Holguin12-Jul-11 6:47
professionalAlbert Holguin12-Jul-11 6:47 
GeneralRe: Avoiding MFC CString Pin
VeganFanatic24-Jul-11 9:49
VeganFanatic24-Jul-11 9:49 
GeneralRe: Avoiding MFC CString Pin
Albert Holguin25-Jul-11 5:10
professionalAlbert Holguin25-Jul-11 5:10 
AnswerRe: Avoiding MFC CString Pin
Derakhshan.a24-Jul-11 21:50
Derakhshan.a24-Jul-11 21:50 
QuestionMFC DPI Dependent Behaviour Pin
Kyudos5-Jul-11 14:54
Kyudos5-Jul-11 14:54 
GeneralRe: MFC DPI Dependent Behaviour Pin
Albert Holguin6-Jul-11 5:15
professionalAlbert Holguin6-Jul-11 5:15 
QuestionBasic doubt with Class template Pin
hrishi3214-Jul-11 17:13
hrishi3214-Jul-11 17:13 
AnswerRe: Basic doubt with Class template Pin
Richard MacCutchan5-Jul-11 1:11
mveRichard MacCutchan5-Jul-11 1:11 

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.