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

C / C++ / MFC

 
Generalwe all <i><b>love</b></i> an inheritance question! Pin
Nick Blumhardt11-Jun-01 17:37
Nick Blumhardt11-Jun-01 17:37 
GeneralRe: we all <i><b>love</b></i> an inheritance question! Pin
Gerald Schwab11-Jun-01 17:58
Gerald Schwab11-Jun-01 17:58 
GeneralRe: we all <i><b>love</b></i> an inheritance question! Pin
Nick Blumhardt11-Jun-01 19:06
Nick Blumhardt11-Jun-01 19:06 
GeneralRe: we all <i><b>love</b></i> an inheritance question! Pin
Ben Burnett11-Jun-01 19:21
Ben Burnett11-Jun-01 19:21 
GeneralRe: we all <i><b>love</b></i> an inheritance question! Pin
Gert Boddaert11-Jun-01 21:38
Gert Boddaert11-Jun-01 21:38 
GeneralRe: we all <i><b>love</b></i> an inheritance question! Pin
Nick Blumhardt12-Jun-01 13:21
Nick Blumhardt12-Jun-01 13:21 
GeneralRe: we all <i><b>love</b></i> an inheritance question! Pin
Gerald Schwab12-Jun-01 15:02
Gerald Schwab12-Jun-01 15:02 
Generalusing unicode symbols in embedded VC++ Pin
bo11-Jun-01 17:01
bo11-Jun-01 17:01 
In my program I need to use some mathematical (unicode) symbols like sigma, square root, integral, and so on. For some reason only some of the unicode works while others not. For example, I have an array Names and a CCombobox m_combo, and a loop to add the strings in the array to the combo box.
static const CString Names[] ="a","=",0x221A,0x222B,0x2211,0x2212, 0x223B};
for(int i=0; i<7; i++)
m_combo.AddString(Names[i]);
The combo box correctly displayed "a", "=", square root (0x221A), integral (0x222b),sigma (0x2211), minus sign (0x2212), but it shows only a square box for 0x223b instead of showing the symbol. This only happens to many other unicode characters.
Why some symbols can be correctly displayed while others not? Also how can VC++ convert a wchar_t into a CString automatically?Confused | :confused:

bob
GeneralProgram crashes when I try to assign values to a CListBox in a dialog window created from my main dialog window Pin
11-Jun-01 16:06
suss11-Jun-01 16:06 
GeneralRe: Program crashes when I try to assign values to a CListBox in a dialog window created from my main dialog window Pin
11-Jun-01 18:14
suss11-Jun-01 18:14 
GeneralNope Pin
11-Jun-01 23:44
suss11-Jun-01 23:44 
GeneralRe: Program crashes when I try to assign values to a CListBox in a dialog window created from my main dialog window Pin
Ben Burnett11-Jun-01 19:27
Ben Burnett11-Jun-01 19:27 
GeneralCrashes no matter where Pin
11-Jun-01 23:47
suss11-Jun-01 23:47 
GeneralRe: Crashes no matter where Pin
Michael P Butler12-Jun-01 0:08
Michael P Butler12-Jun-01 0:08 
GeneralRe: Crashes no matter where Pin
12-Jun-01 0:26
suss12-Jun-01 0:26 
GeneralRe: Program crashes when I try to assign values to a CListBox in a dialog window created from my main dialog window Pin
Ulf Öhlén12-Jun-01 0:16
Ulf Öhlén12-Jun-01 0:16 
GeneralRe: Program crashes when I try to assign values to a CListBox in a dialog window created from my main dialog window Pin
12-Jun-01 0:24
suss12-Jun-01 0:24 
GeneralNot quite what I do. Pin
12-Jun-01 0:34
suss12-Jun-01 0:34 
GeneralRe: Not quite what I do. Pin
Ulf Öhlén12-Jun-01 0:59
Ulf Öhlén12-Jun-01 0:59 
GeneralNope, that didn't work Pin
12-Jun-01 11:19
suss12-Jun-01 11:19 
GeneralRe: Nope, that didn't work Pin
Ulf Öhlén12-Jun-01 23:19
Ulf Öhlén12-Jun-01 23:19 
GeneralRe: Not quite what I do. Pin
Michael P Butler12-Jun-01 22:39
Michael P Butler12-Jun-01 22:39 
GeneralLPT Port IO In Win2k Pin
Joseph LeBlanc11-Jun-01 15:54
Joseph LeBlanc11-Jun-01 15:54 
GeneralChar value for line break in an Edit Box Pin
11-Jun-01 14:26
suss11-Jun-01 14:26 
GeneralRe: Char value for line break in an Edit Box Pin
11-Jun-01 14:45
suss11-Jun-01 14:45 

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.