Click here to Skip to main content
15,908,906 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCombo box - Dropdown height? Pin
dipuks29-Jan-10 2:00
dipuks29-Jan-10 2:00 
AnswerRe: Combo box - Dropdown height? Pin
Rajesh R Subramanian29-Jan-10 2:03
professionalRajesh R Subramanian29-Jan-10 2:03 
AnswerRe: Combo box - Dropdown height? Pin
Cedric Moonen29-Jan-10 2:05
Cedric Moonen29-Jan-10 2:05 
GeneralRe: Combo box - Dropdown height? Pin
dipuks29-Jan-10 7:00
dipuks29-Jan-10 7:00 
GeneralRe: Combo box - Dropdown height? Pin
Cedric Moonen29-Jan-10 7:29
Cedric Moonen29-Jan-10 7:29 
GeneralRe: Combo box - Dropdown height? Pin
dipuks29-Jan-10 8:05
dipuks29-Jan-10 8:05 
GeneralRe: Combo box - Dropdown height? Pin
Cedric Moonen30-Jan-10 3:49
Cedric Moonen30-Jan-10 3:49 
Question#if defined ONE && TWO how to pass two defines at the same time Pin
Chesnokov Yuriy29-Jan-10 0:30
professionalChesnokov Yuriy29-Jan-10 0:30 
Once there are 2 defines ONE and TWO available I'd like to test defenition of the both of them to compile the code.

The below presented code does not allow to include the code between #if and #endif lines.

#define ONE
#define TWO

//...

#if defined ONE && TWO
//compile that code if both ONE and TWO defined, does not work right now
#endif

//...




Чесноков

AnswerRe: #if defined ONE && TWO how to pass two defines at the same time Pin
Luc Pattyn29-Jan-10 0:33
sitebuilderLuc Pattyn29-Jan-10 0:33 
GeneralRe: #if defined ONE && TWO how to pass two defines at the same time Pin
Chesnokov Yuriy29-Jan-10 0:48
professionalChesnokov Yuriy29-Jan-10 0:48 
GeneralRe: #if defined ONE && TWO how to pass two defines at the same time Pin
Luc Pattyn29-Jan-10 0:50
sitebuilderLuc Pattyn29-Jan-10 0:50 
QuestionHow to get Time difference Pin
Ash_VCPP28-Jan-10 23:08
Ash_VCPP28-Jan-10 23:08 
AnswerRe: How to get Time difference Pin
CPallini28-Jan-10 23:19
mveCPallini28-Jan-10 23:19 
Questionmultiple definition of..... Pin
krish_kumar28-Jan-10 22:02
krish_kumar28-Jan-10 22:02 
AnswerRe: multiple definition of..... Pin
CPallini28-Jan-10 22:10
mveCPallini28-Jan-10 22:10 
AnswerRe: multiple definition of..... Pin
KingsGambit28-Jan-10 22:48
KingsGambit28-Jan-10 22:48 
GeneralRe: multiple definition of..... Pin
CPallini28-Jan-10 23:05
mveCPallini28-Jan-10 23:05 
GeneralRe: multiple definition of..... Pin
KingsGambit28-Jan-10 23:32
KingsGambit28-Jan-10 23:32 
GeneralRe: multiple definition of..... Pin
David Crow30-Jan-10 5:30
David Crow30-Jan-10 5:30 
GeneralRe: multiple definition of..... Pin
KingsGambit31-Jan-10 17:58
KingsGambit31-Jan-10 17:58 
AnswerRe: multiple definition of..... Pin
Avi Berger29-Jan-10 8:07
Avi Berger29-Jan-10 8:07 
Questionmember function confusion Pin
tasumisra28-Jan-10 20:10
tasumisra28-Jan-10 20:10 
AnswerRe: member function confusion Pin
Cedric Moonen28-Jan-10 20:15
Cedric Moonen28-Jan-10 20:15 
AnswerRe: member function confusion Pin
CPallini28-Jan-10 21:05
mveCPallini28-Jan-10 21:05 
AnswerRe: member function confusion Pin
Nelek28-Jan-10 21:59
protectorNelek28-Jan-10 21:59 

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.