Click here to Skip to main content
15,900,644 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with formatting a CString Pin
Gary R. Wheeler29-Nov-04 15:12
Gary R. Wheeler29-Nov-04 15:12 
GeneralRe: Help with formatting a CString Pin
Chris Meech30-Nov-04 3:18
Chris Meech30-Nov-04 3:18 
Generaladd line number indicator in MFC document project Pin
zhngmm26-Nov-04 8:45
zhngmm26-Nov-04 8:45 
GeneralRe: add line number indicator in MFC document project Pin
PJ Arends26-Nov-04 10:31
professionalPJ Arends26-Nov-04 10:31 
GeneralRe: add line number indicator in MFC document project Pin
zhngmm26-Nov-04 12:26
zhngmm26-Nov-04 12:26 
GeneralArray - Strings of Characters. Pin
raf-sp26-Nov-04 7:13
raf-sp26-Nov-04 7:13 
GeneralRe: Array - Strings of Characters. Pin
suiram4026-Nov-04 7:18
suiram4026-Nov-04 7:18 
GeneralRe: Array - Strings of Characters. Pin
John R. Shaw26-Nov-04 7:22
John R. Shaw26-Nov-04 7:22 
This code should not have compile without errors.

CORRECTION:

switch (palav[0])
{
case 'A':
xyz[1] = '1'
break;
case 'B':
xyz[1] = '2';
break;
case 'C':
xyz[1] = '3';
case 'D':
break;
xyz[1] = '4';
case 'E':
break;
xyz[1] = '5';
break;
case 'F':
xyz[1] = '6';
break;
case 'G':
xyz[1] = '7';
break;
case 'H':
xyz[1] = '8';
break;
case 'I':
xyz[1] = '9';
break;
case 'J':
xyz[1] = '0';
break;
}


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Array - Strings of Characters. Pin
raf-sp26-Nov-04 7:34
raf-sp26-Nov-04 7:34 
GeneralXP CFileDialog & RichEdit multithreaded app Pin
suiram4026-Nov-04 6:58
suiram4026-Nov-04 6:58 
GeneralRe: XP CFileDialog & RichEdit multithreaded app Pin
suiram4026-Nov-04 10:24
suiram4026-Nov-04 10:24 
GeneralThousands Separator Pin
BRIMID26-Nov-04 6:44
BRIMID26-Nov-04 6:44 
GeneralRe: Thousands Separator Pin
Maximilien26-Nov-04 7:01
Maximilien26-Nov-04 7:01 
Generaldo while loop. Pin
Anonymous26-Nov-04 6:00
Anonymous26-Nov-04 6:00 
GeneralReading Outlook PST files Pin
Kri526-Nov-04 5:21
Kri526-Nov-04 5:21 
GeneralRe: Reading Outlook PST files Pin
David Cader26-Nov-04 6:05
David Cader26-Nov-04 6:05 
QuestionHIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 5:06
Kuniva26-Nov-04 5:06 
AnswerRe: HIMETRIC_INCH undeclared??! wth? Pin
Alexander M.,26-Nov-04 5:13
Alexander M.,26-Nov-04 5:13 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 5:20
Kuniva26-Nov-04 5:20 
AnswerRe: HIMETRIC_INCH undeclared??! wth? Pin
Jack Puppy26-Nov-04 7:18
Jack Puppy26-Nov-04 7:18 
AnswerRe: HIMETRIC_INCH undeclared??! wth? Pin
John R. Shaw26-Nov-04 7:37
John R. Shaw26-Nov-04 7:37 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 7:43
Kuniva26-Nov-04 7:43 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
John R. Shaw26-Nov-04 8:28
John R. Shaw26-Nov-04 8:28 
GeneralRe: HIMETRIC_INCH undeclared??! wth? Pin
Kuniva26-Nov-04 10:08
Kuniva26-Nov-04 10:08 
GeneralMX-record lookup using 'windns.h' Pin
qwertasdfg26-Nov-04 4:52
qwertasdfg26-Nov-04 4:52 

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.