Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Setting file/folder permission Pin
tina->newcoder7-May-08 5:08
tina->newcoder7-May-08 5:08 
QuestionRe: Setting file/folder permission Pin
David Crow7-May-08 5:20
David Crow7-May-08 5:20 
AnswerRe: Setting file/folder permission Pin
Hamid_RT7-May-08 6:44
Hamid_RT7-May-08 6:44 
Questionget ActiveX Class [modified] Pin
mehmetned7-May-08 1:43
mehmetned7-May-08 1:43 
AnswerRe: get ActiveX Class Pin
_AnsHUMAN_ 7-May-08 1:59
_AnsHUMAN_ 7-May-08 1:59 
GeneralRe: get ActiveX Class Pin
mehmetned7-May-08 2:03
mehmetned7-May-08 2:03 
QuestionHow to get rid of the following Error... Pin
pl_kode7-May-08 1:28
pl_kode7-May-08 1:28 
AnswerRe: How to get rid of the following Error... Pin
ahmad_ali7-May-08 1:37
ahmad_ali7-May-08 1:37 
You cannot switch on a string because the string is not an integral type. Integral means "simple" types such as int, long, short, char, ...

You can achieve the same behavior using if ... else if

if(str=="A") {
}
else if(str=="B") {
}
...
AnswerRe: How to get rid of the following Error... Pin
toxcct7-May-08 1:38
toxcct7-May-08 1:38 
GeneralRe: How to get rid of the following Error... Pin
Rajesh R Subramanian7-May-08 1:45
professionalRajesh R Subramanian7-May-08 1:45 
GeneralRe: How to get rid of the following Error... Pin
toxcct7-May-08 1:48
toxcct7-May-08 1:48 
AnswerRe: How to get rid of the following Error... Pin
Madan Chauhan7-May-08 1:48
Madan Chauhan7-May-08 1:48 
AnswerRe: How to get rid of the following Error... Pin
CPallini7-May-08 1:51
mveCPallini7-May-08 1:51 
Questionhard drive manufacturer Pin
Madan Chauhan7-May-08 1:02
Madan Chauhan7-May-08 1:02 
AnswerRe: hard drive manufacturer Pin
Hamid_RT7-May-08 1:23
Hamid_RT7-May-08 1:23 
GeneralRe: hard drive manufacturer Pin
Madan Chauhan7-May-08 1:43
Madan Chauhan7-May-08 1:43 
GeneralRe: hard drive manufacturer Pin
Mark Salsbery7-May-08 7:20
Mark Salsbery7-May-08 7:20 
GeneralRe: hard drive manufacturer Pin
Madan Chauhan7-May-08 18:29
Madan Chauhan7-May-08 18:29 
QuestionRe: hard drive manufacturer Pin
David Crow7-May-08 3:24
David Crow7-May-08 3:24 
AnswerRe: hard drive manufacturer Pin
Madan Chauhan7-May-08 18:20
Madan Chauhan7-May-08 18:20 
GeneralRe: hard drive manufacturer Pin
David Crow8-May-08 2:48
David Crow8-May-08 2:48 
QuestionCurrent login user? Pin
ritz12347-May-08 1:01
ritz12347-May-08 1:01 
AnswerRe: Current login user? Pin
ahmad_ali7-May-08 1:43
ahmad_ali7-May-08 1:43 
GeneralRe: Current login user? Pin
ritz12347-May-08 2:03
ritz12347-May-08 2:03 
GeneralRe: Current login user? Pin
Rajkumar R7-May-08 2:29
Rajkumar R7-May-08 2:29 

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.