Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: need ur help Pin
Cedric Moonen24-Feb-07 2:43
Cedric Moonen24-Feb-07 2:43 
AnswerRe: need ur help Pin
Mark Salsbery24-Feb-07 6:44
Mark Salsbery24-Feb-07 6:44 
GeneralRe: need ur help Pin
Michael Dunn24-Feb-07 15:16
sitebuilderMichael Dunn24-Feb-07 15:16 
AnswerRe: need ur help Pin
Bram van Kampen24-Feb-07 14:46
Bram van Kampen24-Feb-07 14:46 
GeneralRe: need ur help Pin
normanS25-Feb-07 0:22
normanS25-Feb-07 0:22 
QuestionHow to convert LPWSTR to string? Pin
amitmistry_petlad 23-Feb-07 22:39
amitmistry_petlad 23-Feb-07 22:39 
AnswerRe: How to convert LPWSTR to string? Pin
Christian Graus23-Feb-07 22:54
protectorChristian Graus23-Feb-07 22:54 
AnswerRe: How to convert LPWSTR to string? Pin
Stephen Hewitt24-Feb-07 2:08
Stephen Hewitt24-Feb-07 2:08 
The STL has two typedefs which are shortcuts for specialisations of basic_string: std::string and std::wstring. If you're working with LPWSTRs then you probably want std::wstring. Here's an example:
std::wstring s = L"Hello";



Steve

Questionrelated to network module Pin
sudhir.marni23-Feb-07 22:31
sudhir.marni23-Feb-07 22:31 
AnswerRe: related to network module Pin
Mark Salsbery24-Feb-07 6:49
Mark Salsbery24-Feb-07 6:49 
QuestionXPCom for mozilla Pin
johnalek23-Feb-07 21:59
johnalek23-Feb-07 21:59 
AnswerRe: XPCom for mozilla Pin
Don Box23-Feb-07 22:23
Don Box23-Feb-07 22:23 
Questioncommandbar Pin
Sunshine Always23-Feb-07 21:53
Sunshine Always23-Feb-07 21:53 
QuestionProperty Bag Pin
zareee23-Feb-07 21:23
zareee23-Feb-07 21:23 
QuestionSend UINT array Pin
javad_200523-Feb-07 20:18
javad_200523-Feb-07 20:18 
AnswerRe: Send UINT array Pin
jeron124-Feb-07 4:36
jeron124-Feb-07 4:36 
AnswerRe: Send UINT array Pin
Mark Salsbery24-Feb-07 6:56
Mark Salsbery24-Feb-07 6:56 
QuestionOpenGL cylinder help Pin
rushiraj.jhala23-Feb-07 19:01
rushiraj.jhala23-Feb-07 19:01 
AnswerRe: OpenGL cylinder help Pin
Maximilien24-Feb-07 2:34
Maximilien24-Feb-07 2:34 
AnswerRe: OpenGL cylinder help Pin
El Corazon24-Feb-07 8:17
El Corazon24-Feb-07 8:17 
Questionhow to end a process remotely from server? Pin
ShaluMalu23-Feb-07 18:18
ShaluMalu23-Feb-07 18:18 
AnswerRe: how to end a process remotely from server? Pin
Newbie0023-Feb-07 22:52
Newbie0023-Feb-07 22:52 
QuestionUnit test case Pin
RockyJames23-Feb-07 18:06
RockyJames23-Feb-07 18:06 
AnswerRe: Unit test case Pin
Rajesh R Subramanian23-Feb-07 18:52
professionalRajesh R Subramanian23-Feb-07 18:52 
Questionmstcpip.h Pin
skyline223-Feb-07 17:55
skyline223-Feb-07 17:55 

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.