Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get caption of menu item of MS.Word Pin
vtalau6-Apr-06 0:38
vtalau6-Apr-06 0:38 
GeneralRe: Get caption of menu item of MS.Word Pin
Nibu babu thomas6-Apr-06 0:41
Nibu babu thomas6-Apr-06 0:41 
GeneralRe: Get caption of menu item of MS.Word Pin
vtalau6-Apr-06 0:46
vtalau6-Apr-06 0:46 
Question#pragma once Pin
hint_545-Apr-06 15:48
hint_545-Apr-06 15:48 
AnswerRe: #pragma once Pin
Nibu babu thomas5-Apr-06 18:59
Nibu babu thomas5-Apr-06 18:59 
GeneralRe: #pragma once Pin
hint_546-Apr-06 6:11
hint_546-Apr-06 6:11 
GeneralRe: #pragma once Pin
Nibu babu thomas6-Apr-06 18:00
Nibu babu thomas6-Apr-06 18:00 
AnswerRe: #pragma once Pin
Dan McCormick6-Apr-06 8:37
Dan McCormick6-Apr-06 8:37 
from cplusplus.com[^]

The pragma directive is used to specify diverse options to the compiler. These options are specific for the platform and the compiler you use. Consult the manual or the reference of your compiler for more information on the possible parameters that you can define with #pragma.

If the compiler does not support a specific argument for #pragma, it is ignored - no error is generated.


#pragma once is supported by many but not all compilers. If you want to write code that works with a number of compilers, you should use the old fasioned #define... method.

Regards,
Dan

Remember kids, we're trained professionals.
Don't try this at home!

Questionvc++6.0 call Web Service(written by Vc++.net--> ATL)???? Pin
lxshanye5-Apr-06 15:32
lxshanye5-Apr-06 15:32 
AnswerRe: vc++6.0 call Web Service(written by Vc++.net--> ATL)???? Pin
Anthony_Yio5-Apr-06 19:41
Anthony_Yio5-Apr-06 19:41 
GeneralRe: vc++6.0 call Web Service(written by Vc++.net--> ATL)???? Pin
lxshanye5-Apr-06 19:50
lxshanye5-Apr-06 19:50 
GeneralRe: vc++6.0 call Web Service(written by Vc++.net--> ATL)???? Pin
Anthony_Yio5-Apr-06 20:14
Anthony_Yio5-Apr-06 20:14 
Questionsystem process Pin
gamitech5-Apr-06 13:08
gamitech5-Apr-06 13:08 
AnswerRe: system process Pin
Hamid_RT5-Apr-06 19:11
Hamid_RT5-Apr-06 19:11 
QuestionDialogBox - OnIntiDialog Question Pin
JBAK_CP5-Apr-06 12:54
JBAK_CP5-Apr-06 12:54 
AnswerRe: DialogBox - OnIntiDialog Question Pin
Blake Miller5-Apr-06 13:03
Blake Miller5-Apr-06 13:03 
GeneralRe: DialogBox - OnIntiDialog Question Pin
JBAK_CP5-Apr-06 13:28
JBAK_CP5-Apr-06 13:28 
QuestionHow can I kill a Process?? Pin
pavanbabut5-Apr-06 11:43
pavanbabut5-Apr-06 11:43 
AnswerRe: How can I kill a Process?? Pin
gamitech5-Apr-06 13:00
gamitech5-Apr-06 13:00 
GeneralRe: How can I kill a Process?? Pin
pavanbabut5-Apr-06 13:34
pavanbabut5-Apr-06 13:34 
AnswerRe: How can I kill a Process?? Pin
Stephen Hewitt5-Apr-06 14:00
Stephen Hewitt5-Apr-06 14:00 
GeneralRe: How can I kill a Process?? Pin
pavanbabut5-Apr-06 15:11
pavanbabut5-Apr-06 15:11 
AnswerRe: How can I kill a Process?? Pin
Hamid_RT5-Apr-06 18:45
Hamid_RT5-Apr-06 18:45 
QuestionList box Help Pin
celllllllll5-Apr-06 11:39
celllllllll5-Apr-06 11:39 
AnswerRe: List box Help Pin
thatsme_cool5-Apr-06 18:54
thatsme_cool5-Apr-06 18:54 

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.