Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: _variant_t conversion Pin
Madhu Nair4-Jan-10 23:33
Madhu Nair4-Jan-10 23:33 
QuestionRe: _variant_t conversion Pin
KingsGambit4-Jan-10 22:19
KingsGambit4-Jan-10 22:19 
QuestionCustomize EditBox Pin
kumar sanghvi4-Jan-10 21:55
kumar sanghvi4-Jan-10 21:55 
AnswerRe: Customize EditBox Pin
Nelek4-Jan-10 22:07
protectorNelek4-Jan-10 22:07 
QuestionGlobal variables Pin
Pryabu4-Jan-10 19:45
Pryabu4-Jan-10 19:45 
AnswerRe: Global variables Pin
SandipG 4-Jan-10 20:07
SandipG 4-Jan-10 20:07 
AnswerRe: Global variables Pin
KingsGambit4-Jan-10 20:08
KingsGambit4-Jan-10 20:08 
AnswerRe: Global variables Pin
CPallini4-Jan-10 20:36
mveCPallini4-Jan-10 20:36 
You should use the static storage class: from MSDN [^]

When modifying a variable or function at file scope, the static keyword specifies that the variable or function has internal linkage (its name is not visible from outside the file in which it is declared).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: Global variables Pin
Avi Berger5-Jan-10 16:45
Avi Berger5-Jan-10 16:45 
QuestionGeneric Office 2007 _Application Interface class Pin
eight4-Jan-10 19:39
eight4-Jan-10 19:39 
AnswerRe: Generic Office 2007 _Application Interface class Pin
Migounette4-Jan-10 22:26
Migounette4-Jan-10 22:26 
GeneralRe: Generic Office 2007 _Application Interface class Pin
eight5-Jan-10 14:49
eight5-Jan-10 14:49 
QuestionAdd icons to menu bar Pin
Abinash Mohanty4-Jan-10 17:41
Abinash Mohanty4-Jan-10 17:41 
AnswerRe: Add icons to menu bar Pin
KingsGambit4-Jan-10 17:56
KingsGambit4-Jan-10 17:56 
AnswerRe: Add icons to menu bar Pin
Madhu Nair4-Jan-10 18:01
Madhu Nair4-Jan-10 18:01 
QuestionList Contol Pin
DevelopmentNoob4-Jan-10 15:11
DevelopmentNoob4-Jan-10 15:11 
QuestionRe: List Contol Pin
David Crow4-Jan-10 15:57
David Crow4-Jan-10 15:57 
AnswerRe: List Contol Pin
YoYo_Yao4-Jan-10 16:16
YoYo_Yao4-Jan-10 16:16 
QuestionVS 2008 - CDialogBar - older application Pin
Tony Teveris4-Jan-10 7:53
Tony Teveris4-Jan-10 7:53 
QuestionCComPtr<istream> releasing problem</istream> Pin
A&Ms4-Jan-10 1:32
A&Ms4-Jan-10 1:32 
AnswerRe: CComPtr releasing problem Pin
KarstenK4-Jan-10 1:57
mveKarstenK4-Jan-10 1:57 
GeneralRe: CComPtr releasing problem Pin
A&Ms4-Jan-10 3:27
A&Ms4-Jan-10 3:27 
GeneralRe: CComPtr releasing problem Pin
KarstenK4-Jan-10 3:34
mveKarstenK4-Jan-10 3:34 
GeneralRe: CComPtr releasing problem Pin
A&Ms4-Jan-10 4:42
A&Ms4-Jan-10 4:42 
GeneralRe: CComPtr releasing problem Pin
KarstenK4-Jan-10 20:35
mveKarstenK4-Jan-10 20:35 

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.