Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCString to LPCSTR. Pin
uday kiran janaswamy23-Jan-07 1:25
uday kiran janaswamy23-Jan-07 1:25 
AnswerRe: CString to LPCSTR. Pin
Mass Nerder23-Jan-07 1:47
Mass Nerder23-Jan-07 1:47 
GeneralRe: CString to LPCSTR. Pin
uday kiran janaswamy23-Jan-07 1:56
uday kiran janaswamy23-Jan-07 1:56 
GeneralRe: CString to LPCSTR. Pin
James R. Twine23-Jan-07 2:49
James R. Twine23-Jan-07 2:49 
GeneralRe: CString to LPCSTR. Pin
David Crow23-Jan-07 3:09
David Crow23-Jan-07 3:09 
AnswerRe: CString to LPCSTR. Pin
Anilkumar K V23-Jan-07 1:56
Anilkumar K V23-Jan-07 1:56 
AnswerRe: CString to LPCSTR. Pin
Abris23-Jan-07 2:09
Abris23-Jan-07 2:09 
AnswerRe: CString to LPCSTR. Pin
toxcct23-Jan-07 2:21
toxcct23-Jan-07 2:21 
why don't you just do :
CString str = "hello world";
 
(LPCSTR)str;    // used as you like
                // either used with strcpy to be copied, or passed as a function parameter



Don't know where to start ?
Refer the Forums Guidelines and ask a friend

[VisualCalc 3.0][Flags Beginner's Guide]

GeneralRe: CString to LPCSTR. Pin
uday kiran janaswamy23-Jan-07 3:05
uday kiran janaswamy23-Jan-07 3:05 
Questionmain() Pin
Anilkumar K V23-Jan-07 1:18
Anilkumar K V23-Jan-07 1:18 
AnswerRe: main() Pin
toxcct23-Jan-07 2:18
toxcct23-Jan-07 2:18 
GeneralRe: main() Pin
David Crow23-Jan-07 3:15
David Crow23-Jan-07 3:15 
GeneralRe: main() Pin
toxcct23-Jan-07 3:16
toxcct23-Jan-07 3:16 
AnswerRe: main() Pin
Waldermort23-Jan-07 2:23
Waldermort23-Jan-07 2:23 
QuestionMicrosoft Outlook: "A Program is trying to send email.." [modified] Pin
Abris23-Jan-07 0:48
Abris23-Jan-07 0:48 
AnswerRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 0:51
toxcct23-Jan-07 0:51 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 0:59
Abris23-Jan-07 0:59 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 1:04
toxcct23-Jan-07 1:04 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 1:10
Abris23-Jan-07 1:10 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
toxcct23-Jan-07 2:16
toxcct23-Jan-07 2:16 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 5:04
Abris23-Jan-07 5:04 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
David Crow23-Jan-07 3:17
David Crow23-Jan-07 3:17 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." [modified] Pin
Abris23-Jan-07 5:02
Abris23-Jan-07 5:02 
AnswerRe: Microsoft Outlook: "A Program is trying to send email.." Pin
James R. Twine23-Jan-07 2:59
James R. Twine23-Jan-07 2:59 
GeneralRe: Microsoft Outlook: "A Program is trying to send email.." Pin
Abris23-Jan-07 5:01
Abris23-Jan-07 5:01 

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.