Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dot operator menu... Pin
Christian Graus1-Apr-01 17:07
protectorChristian Graus1-Apr-01 17:07 
Generaltry / catch : not compiled && unreachable in release build. Pin
Matt Cooper1-Apr-01 14:54
Matt Cooper1-Apr-01 14:54 
GeneralRe: try / catch : not compiled && unreachable in release build. Pin
Tim Deveaux2-Apr-01 6:54
Tim Deveaux2-Apr-01 6:54 
GeneralRe: try / catch : Oops - fogot something... Pin
Tim Deveaux2-Apr-01 13:33
Tim Deveaux2-Apr-01 13:33 
GeneralRe: try / catch Pin
Matt Cooper2-Apr-01 19:54
Matt Cooper2-Apr-01 19:54 
GeneralRe: try / catch Pin
Tim Deveaux3-Apr-01 13:45
Tim Deveaux3-Apr-01 13:45 
GeneralRe: try / catch Pin
Matt Cooper4-Apr-01 18:27
Matt Cooper4-Apr-01 18:27 
Generaltwo q's..._T("What the heck?") and handling CString's as float's Pin
Cam1-Apr-01 13:22
Cam1-Apr-01 13:22 
I have two questions I could really use some help with...first of all, what is the difference between the two following function calls?:

(1): m_cTabListMode.InsertItem(0, _T("Icon"));
(2): m_cTabListMode.InsertItem(0, "Icon");

What is the "_T()" thing for...? Confused | :confused:

Ok, second question. I'm working with a list control, and I need to display prices of particular items in one column of my listctrl. Below my list control I have an editbox which needs to contain the total price of all of the items in the listbox. As the listctrl requires that the prices be CString's, how do I convert them back to float's so that I can add up the total?

Help on either topic would be greatly appreciated!
-Cam Desautels
GeneralRe: two q's..._T( Pin
Christian Graus1-Apr-01 13:52
protectorChristian Graus1-Apr-01 13:52 
GeneralRe: two q's..._T( Pin
Cam1-Apr-01 15:20
Cam1-Apr-01 15:20 
GeneralRe: two q's..._T( Pin
PJ Arends1-Apr-01 14:22
professionalPJ Arends1-Apr-01 14:22 
GeneralRe: two q's..._T( Pin
3-Apr-01 3:40
suss3-Apr-01 3:40 
GeneralExporting Constants from Vc Dll Pin
Sabith Mannadiar1-Apr-01 4:45
Sabith Mannadiar1-Apr-01 4:45 
GeneralRe: Exporting Constants from Vc Dll Pin
l a u r e n1-Apr-01 9:57
l a u r e n1-Apr-01 9:57 
QuestionHow to Associate ImageList 6 to ListView 6 in VC++ Pin
1-Apr-01 0:43
suss1-Apr-01 0:43 
AnswerRe: How to Associate ImageList 6 to ListView 6 in VC++ Pin
Brendan Tregear1-Apr-01 15:46
Brendan Tregear1-Apr-01 15:46 
Generalexec Pin
Starodubtsev Sergey1-Apr-01 0:15
Starodubtsev Sergey1-Apr-01 0:15 
GeneralRe: exec Pin
Mustafa Demirhan1-Apr-01 1:09
Mustafa Demirhan1-Apr-01 1:09 
GeneralStrange kind of class Pin
Ahmad31-Mar-01 22:21
Ahmad31-Mar-01 22:21 
GeneralRe: Strange kind of class Pin
l a u r e n31-Mar-01 23:04
l a u r e n31-Mar-01 23:04 
GeneralRe: Strange kind of class Pin
Ahmad31-Mar-01 23:13
Ahmad31-Mar-01 23:13 
GeneralRe: Strange kind of class Pin
markkuk1-Apr-01 23:27
markkuk1-Apr-01 23:27 
Generalominous message Pin
Ahmad31-Mar-01 22:20
Ahmad31-Mar-01 22:20 
GeneralRe: ominous message Pin
Anna-Jayne Metcalfe1-Apr-01 9:54
Anna-Jayne Metcalfe1-Apr-01 9:54 
GeneralQuestion about IPicture Pin
Ahmad31-Mar-01 22:15
Ahmad31-Mar-01 22:15 

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.