Click here to Skip to main content
15,910,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to handle smart ptrs and multiple inheritance? Pin
Member 260377221-Jan-09 15:36
Member 260377221-Jan-09 15:36 
GeneralRe: How to handle smart ptrs and multiple inheritance? Pin
Stuart Dootson21-Jan-09 21:01
professionalStuart Dootson21-Jan-09 21:01 
GeneralRe: How to handle smart ptrs and multiple inheritance? Pin
Member 260377222-Jan-09 4:22
Member 260377222-Jan-09 4:22 
QuestionConvert CString to Binary and Binary to CString Pin
NewVC++20-Jan-09 18:21
NewVC++20-Jan-09 18:21 
QuestionRe: Convert CString to Binary and Binary to CString Pin
CPallini20-Jan-09 21:46
mveCPallini20-Jan-09 21:46 
QuestionRe: Convert CString to Binary and Binary to CString Pin
SandipG 21-Jan-09 1:34
SandipG 21-Jan-09 1:34 
AnswerRe: Convert CString to Binary and Binary to CString Pin
KarstenK21-Jan-09 1:57
mveKarstenK21-Jan-09 1:57 
GeneralRe: Convert CString to Binary and Binary to CString Pin
toxcct21-Jan-09 2:15
toxcct21-Jan-09 2:15 
KarstenK wrote:
";//if Unicode use the macro => TEXT("ABCDEF")


no, use TEXT() ( or _T() ) anytime you use CString with literals.

if using CStringW, then prepend the literals with L, and if using CStringA, then don't do much as writing the literal like you normally do.

_T() will extend to the unicode or ansi version depending on the compilation mode, so you don't have to bother about it.


QuestionDockablePanes - Splitters are not seen Pin
Taruni20-Jan-09 17:37
Taruni20-Jan-09 17:37 
QuestionEncrypt and Dcrypt String(Urgent) Pin
newhivc20-Jan-09 17:28
newhivc20-Jan-09 17:28 
AnswerRe: Encrypt and Dcrypt String(Urgent) Pin
Hamid_RT20-Jan-09 19:03
Hamid_RT20-Jan-09 19:03 
AnswerRe: Encrypt and Dcrypt String(Urgent) Pin
CPallini20-Jan-09 22:04
mveCPallini20-Jan-09 22:04 
QuestionHow to get ip from computer name? Pin
MANISH RASTOGI20-Jan-09 17:16
MANISH RASTOGI20-Jan-09 17:16 
AnswerRe: How to get ip from computer name? Pin
Stuart Dootson20-Jan-09 23:52
professionalStuart Dootson20-Jan-09 23:52 
GeneralRe: How to get ip from computer name? Pin
MANISH RASTOGI21-Jan-09 18:33
MANISH RASTOGI21-Jan-09 18:33 
AnswerRe: How to get ip from computer name? Pin
David Crow21-Jan-09 3:29
David Crow21-Jan-09 3:29 
QuestionHelp Pin
Deepu Antony20-Jan-09 17:16
Deepu Antony20-Jan-09 17:16 
QuestionAbout creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 15:53
leslie wu20-Jan-09 15:53 
AnswerRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 16:00
professionalStuart Dootson20-Jan-09 16:00 
AnswerRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 16:02
professionalStuart Dootson20-Jan-09 16:02 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 16:09
leslie wu20-Jan-09 16:09 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Randor 20-Jan-09 16:51
professional Randor 20-Jan-09 16:51 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 20:46
professionalStuart Dootson20-Jan-09 20:46 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 20:58
leslie wu20-Jan-09 20:58 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 21:57
professionalStuart Dootson20-Jan-09 21:57 

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.