Click here to Skip to main content
15,887,436 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhat is _T("\\sample")??? Pin
gunjan ga10-Sep-09 20:03
gunjan ga10-Sep-09 20:03 
AnswerRe: what is _T("\\sample")??? Pin
Stuart Dootson10-Sep-09 20:30
professionalStuart Dootson10-Sep-09 20:30 
GeneralRe: what is _T("\\sample")??? Pin
gunjan ga10-Sep-09 21:09
gunjan ga10-Sep-09 21:09 
GeneralRe: what is _T("\\sample")??? Pin
CPallini10-Sep-09 21:16
mveCPallini10-Sep-09 21:16 
AnswerRe: what is _T("\\sample")??? Pin
Adam Roderick J10-Sep-09 20:51
Adam Roderick J10-Sep-09 20:51 
GeneralRe: what is _T("\\sample")??? Pin
gunjan ga11-Sep-09 0:06
gunjan ga11-Sep-09 0:06 
GeneralRe: what is _T("\\sample")??? Pin
Code-o-mat11-Sep-09 0:49
Code-o-mat11-Sep-09 0:49 
QuestionConvert from int to user-defined type. Pin
Sauce!10-Sep-09 19:09
Sauce!10-Sep-09 19:09 
I have a struct colourRGB. Along with this I have a helper function interpolate that takes two colour values as colourRGB's and interpolates them based on a float in the range 0...1.

Elsewhere, I have a library of useful functions that are for the most-part templatized. One such function uses the interpolate function, however it needs to pass in int's as arguments for the two colours in order to keep the function as generic as possible. I could simply use a static_cast<ColourRGB> for each argument that needs to be converted, but A) that takes a fair bit of typing and B) it's messy.

How can I write a conversion operator for int that returns a colourRGB? I've googled everywhere and can't seem to find an answer.
AnswerRe: Convert from int to user-defined type. Pin
Adam Roderick J10-Sep-09 19:47
Adam Roderick J10-Sep-09 19:47 
GeneralRe: Convert from int to user-defined type. Pin
Sauce!10-Sep-09 20:09
Sauce!10-Sep-09 20:09 
QuestionRe: Convert from int to user-defined type. Pin
Adam Roderick J10-Sep-09 22:51
Adam Roderick J10-Sep-09 22:51 
GeneralRe: Convert from int to user-defined type. Pin
David Crow11-Sep-09 3:59
David Crow11-Sep-09 3:59 
AnswerRe: Convert from int to user-defined type. Pin
Stuart Dootson10-Sep-09 20:31
professionalStuart Dootson10-Sep-09 20:31 
GeneralRe: Convert from int to user-defined type. Pin
Sauce!10-Sep-09 20:48
Sauce!10-Sep-09 20:48 
AnswerRe: Convert from int to user-defined type. Pin
norish10-Sep-09 21:19
norish10-Sep-09 21:19 
GeneralRe: Convert from int to user-defined type. Pin
Sauce!10-Sep-09 22:39
Sauce!10-Sep-09 22:39 
AnswerRe: Convert from int to user-defined type. Pin
norish11-Sep-09 3:51
norish11-Sep-09 3:51 
QuestionHow to use CListCtrl to handle message Pin
jinjiashan10-Sep-09 17:02
jinjiashan10-Sep-09 17:02 
AnswerRe: How to use CListCtrl to handle message Pin
Naveen10-Sep-09 17:29
Naveen10-Sep-09 17:29 
GeneralRe: How to use CListCtrl to handle message Pin
jinjiashan10-Sep-09 20:50
jinjiashan10-Sep-09 20:50 
GeneralRe: How to use CListCtrl to handle message Pin
Naveen10-Sep-09 22:59
Naveen10-Sep-09 22:59 
GeneralRe: How to use CListCtrl to handle message Pin
jinjiashan11-Sep-09 0:45
jinjiashan11-Sep-09 0:45 
AnswerRe: How to use CListCtrl to handle message Pin
Selvam R10-Sep-09 17:47
professionalSelvam R10-Sep-09 17:47 
AnswerRe: How to use CListCtrl to handle message Pin
Adam Roderick J10-Sep-09 18:34
Adam Roderick J10-Sep-09 18:34 
GeneralRe: How to use CListCtrl to handle message Pin
jinjiashan10-Sep-09 20:42
jinjiashan10-Sep-09 20:42 

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.