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

C / C++ / MFC

 
QuestionBeginner:"Why use Preprocessor directives?" Pin
AbhishekBK22-Jun-06 19:51
AbhishekBK22-Jun-06 19:51 
AnswerRe: Beginner:"Why use Preprocessor directives?" Pin
_AnsHUMAN_ 22-Jun-06 20:19
_AnsHUMAN_ 22-Jun-06 20:19 
AnswerRe: Beginner:"Why use Preprocessor directives?" Pin
Stephen Hewitt22-Jun-06 20:40
Stephen Hewitt22-Jun-06 20:40 
GeneralRe: Beginner:"Why use Preprocessor directives?" Pin
AbhishekBK22-Jun-06 20:50
AbhishekBK22-Jun-06 20:50 
GeneralRe: Beginner:"Why use Preprocessor directives?" [modified] Pin
Stephen Hewitt22-Jun-06 20:52
Stephen Hewitt22-Jun-06 20:52 
GeneralRe: Beginner:"Why use Preprocessor directives?" Pin
David Crow23-Jun-06 3:23
David Crow23-Jun-06 3:23 
AnswerRe: Beginner:"Why use Preprocessor directives?" Pin
moodsey21122-Jun-06 21:50
moodsey21122-Jun-06 21:50 
GeneralRe: Beginner:"Why use Preprocessor directives?" Pin
David Crow23-Jun-06 3:26
David Crow23-Jun-06 3:26 
moodsey211 wrote:
For example the #include statement is a preprocessor command that tells the compiler to include first the file...


Actually, the compiler never sees the preprocessor directives. The preprocessor is what does the inclusions. The compiler simply sees the net result.


"The largest fire starts but with the smallest spark." - David Crow

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: Beginner: Why use Preprocessor directives? [modified] Pin
toxcct22-Jun-06 21:50
toxcct22-Jun-06 21:50 
GeneralRe: Beginner: Why use Preprocessor directives? Pin
AbhishekBK22-Jun-06 22:54
AbhishekBK22-Jun-06 22:54 
GeneralRe: Beginner: Why use Preprocessor directives? Pin
Stephen Hewitt22-Jun-06 23:40
Stephen Hewitt22-Jun-06 23:40 
GeneralRe: Beginner: Why use Preprocessor directives? Pin
toxcct22-Jun-06 23:42
toxcct22-Jun-06 23:42 
Questioncolor of button control Pin
ashish dogra22-Jun-06 19:09
ashish dogra22-Jun-06 19:09 
AnswerRe: color of button control Pin
anothervip22-Jun-06 19:18
anothervip22-Jun-06 19:18 
GeneralRe: color of button control Pin
ashish dogra22-Jun-06 19:22
ashish dogra22-Jun-06 19:22 
GeneralRe: color of button control Pin
_AnsHUMAN_ 22-Jun-06 19:34
_AnsHUMAN_ 22-Jun-06 19:34 
GeneralRe: color of button control Pin
ashish dogra22-Jun-06 20:20
ashish dogra22-Jun-06 20:20 
GeneralRe: color of button control Pin
ashish dogra22-Jun-06 21:13
ashish dogra22-Jun-06 21:13 
QuestionRe: color of button control Pin
Hamid_RT22-Jun-06 21:59
Hamid_RT22-Jun-06 21:59 
AnswerRe: color of button control Pin
ashish dogra22-Jun-06 22:04
ashish dogra22-Jun-06 22:04 
GeneralRe: color of button control [modified] Pin
Hamid_RT22-Jun-06 22:18
Hamid_RT22-Jun-06 22:18 
GeneralRe: color of button control Pin
anothervip22-Jun-06 19:59
anothervip22-Jun-06 19:59 
AnswerRe: color of button control Pin
Hamid_RT22-Jun-06 19:22
Hamid_RT22-Jun-06 19:22 
AnswerRe: color of button control Pin
Hamid_RT22-Jun-06 21:58
Hamid_RT22-Jun-06 21:58 
QuestionImap Client Implementation Pin
answer_me22-Jun-06 19:08
answer_me22-Jun-06 19:08 

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.