Click here to Skip to main content
16,012,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionEnabling/disabling main menu items [modified] Pin
Kwanalouie31-May-08 4:14
Kwanalouie31-May-08 4:14 
Questiontaskbar menu Pin
lahom31-May-08 2:52
lahom31-May-08 2:52 
AnswerRe: taskbar menu Pin
Rajesh R Subramanian31-May-08 3:03
professionalRajesh R Subramanian31-May-08 3:03 
GeneralRe: taskbar menu Pin
lahom31-May-08 3:10
lahom31-May-08 3:10 
GeneralRe: taskbar menu Pin
Rajesh R Subramanian31-May-08 3:47
professionalRajesh R Subramanian31-May-08 3:47 
QuestionCFileDialog Pin
Orell31-May-08 2:25
Orell31-May-08 2:25 
Questionunsigned char* to const char* Pin
ritz123431-May-08 0:00
ritz123431-May-08 0:00 
AnswerRe: unsigned char* to const char* Pin
Rajesh R Subramanian31-May-08 1:04
professionalRajesh R Subramanian31-May-08 1:04 
Why do you need this conversion? What are you trying to achieve? I am asking this because the 'const'ness would matter much, only if you are trying to cast the const away. Are you trying to pass an unsigned char* to a function that expects a const char*? There's no harm in that case, because you are merely providing a modifiable value to a function which promisingly will not modify the value given to it. You also need to know the possible loss of data that might occur while converting between signed and unsigned datatypes.


Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Codeproject.com: Visual C++ MVP

AnswerRe: unsigned char* to const char* Pin
Mukesh Kumar31-May-08 1:04
Mukesh Kumar31-May-08 1:04 
QuestionTracking Download Pin
Knight Rider30-May-08 23:23
Knight Rider30-May-08 23:23 
AnswerRe: Tracking Download Pin
Rajesh R Subramanian31-May-08 0:58
professionalRajesh R Subramanian31-May-08 0:58 
GeneralRe: Tracking Download Pin
zafersavas31-May-08 1:24
zafersavas31-May-08 1:24 
GeneralRe: Tracking Download Pin
Rajesh R Subramanian31-May-08 1:40
professionalRajesh R Subramanian31-May-08 1:40 
AnswerCP Ignore Pin
leckey31-May-08 16:39
leckey31-May-08 16:39 
GeneralRe: CP Ignore Pin
Rajesh R Subramanian31-May-08 21:46
professionalRajesh R Subramanian31-May-08 21:46 
GeneralRe: CP Ignore Pin
ThatsAlok20-Jul-09 1:26
ThatsAlok20-Jul-09 1:26 
QuestionToolbars in VC++ Pin
Vilas Tamhane30-May-08 23:22
Vilas Tamhane30-May-08 23:22 
QuestionUse of & in caption of controls. Pin
Le@rner30-May-08 23:13
Le@rner30-May-08 23:13 
QuestionTo make desktop parent Pin
krishnan.s30-May-08 23:06
krishnan.s30-May-08 23:06 
AnswerDON'T DO IT! Pin
Baltoro31-May-08 12:17
Baltoro31-May-08 12:17 
AnswerRe: To make desktop parent Pin
ThatsAlok20-Jul-09 1:25
ThatsAlok20-Jul-09 1:25 
QuestionDisable/Enabling of Radio button Pin
sunny_vc30-May-08 21:23
sunny_vc30-May-08 21:23 
AnswerRe: Disable/Enabling of Radio button Pin
Jijo.Raj30-May-08 23:07
Jijo.Raj30-May-08 23:07 
AnswerRe: Disable/Enabling of Radio button Pin
Rajkumar R30-May-08 23:08
Rajkumar R30-May-08 23:08 
GeneralOT + Offtopic Pin
Rajesh R Subramanian31-May-08 1:14
professionalRajesh R Subramanian31-May-08 1:14 

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.