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

C / C++ / MFC

 
GeneralRe: Get Pixel Directly From Vga Memory Pin
PJ Arends3-Sep-06 16:04
professionalPJ Arends3-Sep-06 16:04 
Questiona question [modified] Pin
minihotto1-Sep-06 23:07
minihotto1-Sep-06 23:07 
AnswerRe: a question Pin
Kiran Pinjala2-Sep-06 0:32
Kiran Pinjala2-Sep-06 0:32 
QuestionA QUESTION Pin
minihotto1-Sep-06 23:02
minihotto1-Sep-06 23:02 
AnswerRe: A QUESTION Pin
Kiran Pinjala2-Sep-06 0:28
Kiran Pinjala2-Sep-06 0:28 
Questionstatic varible? Pin
jalsa G1-Sep-06 22:57
jalsa G1-Sep-06 22:57 
AnswerRe: static varible? Pin
toxcct2-Sep-06 0:12
toxcct2-Sep-06 0:12 
AnswerRe: static varible? Pin
Jun Du2-Sep-06 6:13
Jun Du2-Sep-06 6:13 
In general, static variables cannot be external. Static really confines the scope to the current file/block only, which is contradictory to external. So it won't compile if you put them together. In many cases, however, just using extern scope may meet your requirement:
1) in one source file, declare a variable outside all functions.
2) all other declarations should use "extern" keyword.

Best,
Jun

QuestionDisabling a group of radio buttons Pin
cv_k3n1-Sep-06 21:57
cv_k3n1-Sep-06 21:57 
AnswerRe: Disabling a group of radio buttons Pin
Tony Hill2-Sep-06 4:55
mveTony Hill2-Sep-06 4:55 
Questionself modifying program Pin
blue_rabbit1-Sep-06 21:52
blue_rabbit1-Sep-06 21:52 
AnswerRe: self modifying program Pin
Stephen Hewitt1-Sep-06 22:22
Stephen Hewitt1-Sep-06 22:22 
GeneralRe: self modifying program Pin
blue_rabbit4-Sep-06 21:52
blue_rabbit4-Sep-06 21:52 
QuestionAdd Reference (static library) Pin
sawerr1-Sep-06 21:17
sawerr1-Sep-06 21:17 
QuestionSocket programming doubt Pin
Kiran Pinjala1-Sep-06 20:26
Kiran Pinjala1-Sep-06 20:26 
AnswerRe: Socket programming doubt Pin
Mila0252-Sep-06 3:02
Mila0252-Sep-06 3:02 
QuestionGetModuleFileName Pin
dipali_be20031-Sep-06 19:38
dipali_be20031-Sep-06 19:38 
AnswerRe: GetModuleFileName Pin
Waldermort1-Sep-06 20:14
Waldermort1-Sep-06 20:14 
GeneralRe: GetModuleFileName Pin
dipali_be20031-Sep-06 20:41
dipali_be20031-Sep-06 20:41 
GeneralRe: GetModuleFileName Pin
toxcct2-Sep-06 0:14
toxcct2-Sep-06 0:14 
QuestionMessage Box Pin
radhika281-Sep-06 19:36
radhika281-Sep-06 19:36 
GeneralRe: Message Box Pin
_AnsHUMAN_ 1-Sep-06 19:41
_AnsHUMAN_ 1-Sep-06 19:41 
GeneralRe: Message Box Pin
radhika281-Sep-06 19:47
radhika281-Sep-06 19:47 
GeneralRe: Message Box Pin
Hamid_RT1-Sep-06 20:04
Hamid_RT1-Sep-06 20:04 
GeneralRe: Message Box Pin
_AnsHUMAN_ 1-Sep-06 20:05
_AnsHUMAN_ 1-Sep-06 20:05 

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.