Click here to Skip to main content
15,894,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help!! Pin
Chandrasekharan P29-May-09 1:23
Chandrasekharan P29-May-09 1:23 
AnswerRe: Help!! Pin
CPallini29-May-09 1:44
mveCPallini29-May-09 1:44 
AnswerRe: Help!! Pin
Rajesh R Subramanian29-May-09 1:51
professionalRajesh R Subramanian29-May-09 1:51 
AnswerRe: Help!! Pin
David Crow29-May-09 3:06
David Crow29-May-09 3:06 
QuestionHow to check an empty VARIANT in VC++ Pin
pandit8429-May-09 0:34
pandit8429-May-09 0:34 
AnswerRe: How to check an empty VARIANT in VC++ Pin
«_Superman_»29-May-09 0:40
professional«_Superman_»29-May-09 0:40 
AnswerRe: How to check an empty VARIANT in VC++ Pin
_AnsHUMAN_ 29-May-09 0:43
_AnsHUMAN_ 29-May-09 0:43 
QuestionPrinter settings Pin
AnayKulkarni28-May-09 23:15
AnayKulkarni28-May-09 23:15 
AnswerRe: Printer settings Pin
«_Superman_»28-May-09 23:23
professional«_Superman_»28-May-09 23:23 
GeneralRe: Printer settings Pin
AnayKulkarni28-May-09 23:55
AnayKulkarni28-May-09 23:55 
QuestionRe: Printer settings Pin
«_Superman_»29-May-09 0:41
professional«_Superman_»29-May-09 0:41 
QuestionGetLocalDiskNames Pin
p_196028-May-09 20:48
p_196028-May-09 20:48 
AnswerRe: GetLocalDiskNames Pin
Hamid_RT28-May-09 21:15
Hamid_RT28-May-09 21:15 
QuestionSend data bits through USB Pin
mythlace28-May-09 20:24
mythlace28-May-09 20:24 
AnswerRe: Send data bits through USB Pin
Cedric Moonen28-May-09 20:36
Cedric Moonen28-May-09 20:36 
GeneralRe: Send data bits through USB Pin
«_Superman_»28-May-09 20:41
professional«_Superman_»28-May-09 20:41 
GeneralRe: Send data bits through USB Pin
mythlace28-May-09 20:43
mythlace28-May-09 20:43 
GeneralRe: Send data bits through USB Pin
Cedric Moonen28-May-09 20:51
Cedric Moonen28-May-09 20:51 
GeneralRe: Send data bits through USB Pin
mythlace28-May-09 21:01
mythlace28-May-09 21:01 
GeneralRe: Send data bits through USB Pin
Cedric Moonen28-May-09 21:10
Cedric Moonen28-May-09 21:10 
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 
This method returns the full capacity (in element, not in bytes) of the string. It means that it can be larger than the actual size of your string (and it is still not expressed in bytes).

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

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.