Click here to Skip to main content
15,895,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CListCtrl - Multiple selection from anywhere within the list Pin
Rajkumar R15-Mar-08 18:28
Rajkumar R15-Mar-08 18:28 
GeneralRe: CListCtrl - Multiple selection from anywhere within the list Pin
AORD15-Mar-08 19:05
AORD15-Mar-08 19:05 
GeneralRe: CListCtrl - Multiple selection from anywhere within the list Pin
Rajkumar R16-Mar-08 21:50
Rajkumar R16-Mar-08 21:50 
GeneralRe: CListCtrl - Multiple selection from anywhere within the list Pin
AORD17-Mar-08 17:04
AORD17-Mar-08 17:04 
Generaltime slicing Pin
kamarlonaire14-Mar-08 13:00
kamarlonaire14-Mar-08 13:00 
QuestionRe: time slicing Pin
David Crow14-Mar-08 17:24
David Crow14-Mar-08 17:24 
Questionswitch (string) Pin
Manfr3d14-Mar-08 10:23
Manfr3d14-Mar-08 10:23 
GeneralRe: switch (string) Pin
David Crow14-Mar-08 10:32
David Crow14-Mar-08 10:32 
Austrian_Programmer wrote:
how can I use the switch statement with a string, a vector or char[]?


string str = "abc123";
switch(str[0])
{
    case 'a':
        break;
}


"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: switch (string) Pin
CPallini14-Mar-08 10:38
mveCPallini14-Mar-08 10:38 
GeneralRe: switch (string) Pin
CPallini14-Mar-08 10:39
mveCPallini14-Mar-08 10:39 
QuestionRe: switch (string) Pin
Manfr3d14-Mar-08 11:39
Manfr3d14-Mar-08 11:39 
GeneralRe: switch (string) Pin
CPallini14-Mar-08 13:36
mveCPallini14-Mar-08 13:36 
GeneralRe: switch (string) Pin
Michael Dunn14-Mar-08 12:40
sitebuilderMichael Dunn14-Mar-08 12:40 
AnswerRe: switch (string) Pin
Manfr3d15-Mar-08 2:21
Manfr3d15-Mar-08 2:21 
QuestionHow to set bitmap image as Background of RichEdit on WIN32 API? Pin
sawerset14-Mar-08 9:21
sawerset14-Mar-08 9:21 
QuestionNeed to access a VB.Net DLL in VC++ Pin
abiemann14-Mar-08 9:21
abiemann14-Mar-08 9:21 
GeneralRe: Need to access a VB.Net DLL in VC++ Pin
CPallini14-Mar-08 10:58
mveCPallini14-Mar-08 10:58 
GeneralRe: Need to access a VB.Net DLL in VC++ Pin
abiemann14-Mar-08 12:15
abiemann14-Mar-08 12:15 
GeneralRe: Need to access a VB.Net DLL in VC++ Pin
abiemann14-Mar-08 12:27
abiemann14-Mar-08 12:27 
GeneralDetermine Location of a Variable Pin
Jeffrey Walton14-Mar-08 4:28
Jeffrey Walton14-Mar-08 4:28 
GeneralRe: Determine Location of a Variable PinPopular
Randor 14-Mar-08 12:05
professional Randor 14-Mar-08 12:05 
GeneralRe: Determine Location of a Variable Pin
Jeffrey Walton14-Mar-08 22:53
Jeffrey Walton14-Mar-08 22:53 
GeneralMultiple text lines and ellipsis? [modified] Pin
Moak14-Mar-08 3:27
Moak14-Mar-08 3:27 
QuestionRe: Multiple text lines and ellipsis? Pin
Rajkumar R14-Mar-08 3:46
Rajkumar R14-Mar-08 3:46 
GeneralRe: Multiple text lines and ellipsis? Pin
Moak14-Mar-08 4:01
Moak14-Mar-08 4:01 

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.