Click here to Skip to main content
15,886,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Send data bits through USB Pin
bolivar12329-May-09 9:00
bolivar12329-May-09 9:00 
QuestionHow to measure wstring memory size? Pin
cozyu28-May-09 20:16
cozyu28-May-09 20:16 
AnswerRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 20:18
Cedric Moonen28-May-09 20:18 
AnswerRe: How to measure wstring memory size? Pin
«_Superman_»28-May-09 20:43
professional«_Superman_»28-May-09 20:43 
GeneralRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 20:58
Cedric Moonen28-May-09 20:58 
GeneralRe: How to measure wstring memory size? Pin
«_Superman_»28-May-09 21:07
professional«_Superman_»28-May-09 21:07 
GeneralRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 21:11
Cedric Moonen28-May-09 21:11 
GeneralRe: How to measure wstring memory size? Pin
«_Superman_»28-May-09 21:13
professional«_Superman_»28-May-09 21:13 
If that's the case
size_t memsize = sizeof(wstring::value_type) * strText.size();

After reading the OP again, I think you're right. Thumbs Up | :thumbsup:

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: How to measure wstring memory size? Pin
Cedric Moonen28-May-09 21:20
Cedric Moonen28-May-09 21:20 
GeneralRe: How to measure wstring memory size? Pin
norish28-May-09 20:48
norish28-May-09 20:48 
AnswerRe: How to measure wstring memory size? Pin
Stuart Dootson28-May-09 22:22
professionalStuart Dootson28-May-09 22:22 
QuestionError Pin
Ryuk199028-May-09 16:55
Ryuk199028-May-09 16:55 
AnswerRe: Error Pin
«_Superman_»28-May-09 17:20
professional«_Superman_»28-May-09 17:20 
GeneralRe: Error Pin
Ryuk199028-May-09 17:27
Ryuk199028-May-09 17:27 
GeneralRe: Error Pin
«_Superman_»28-May-09 17:29
professional«_Superman_»28-May-09 17:29 
GeneralRe: Error Pin
Ryuk199028-May-09 17:38
Ryuk199028-May-09 17:38 
GeneralRe: Error Pin
«_Superman_»28-May-09 17:45
professional«_Superman_»28-May-09 17:45 
GeneralRe: Error Pin
Chandrasekharan P28-May-09 17:48
Chandrasekharan P28-May-09 17:48 
QuestionInsertion and removal of CD/DVD Pin
siva45528-May-09 16:49
siva45528-May-09 16:49 
AnswerRe: Insertion and removal of CD/DVD Pin
Garth J Lancaster28-May-09 18:24
professionalGarth J Lancaster28-May-09 18:24 
GeneralRe: Insertion and removal of CD/DVD Pin
«_Superman_»28-May-09 19:41
professional«_Superman_»28-May-09 19:41 
QuestionRe: Insertion and removal of CD/DVD Pin
Randor 28-May-09 21:47
professional Randor 28-May-09 21:47 
GeneralWant to learn Pin
Learning CPP language28-May-09 11:51
Learning CPP language28-May-09 11:51 
GeneralRe: Want to learn Pin
David Crow28-May-09 16:30
David Crow28-May-09 16:30 
Questionbind() to specific network interface before connect() Pin
Alexander M.,28-May-09 10:37
Alexander M.,28-May-09 10:37 

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.