Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: lock file Pin
kakan13-Sep-05 23:54
professionalkakan13-Sep-05 23:54 
GeneralRe: lock file Pin
wuz7314-Sep-05 7:11
wuz7314-Sep-05 7:11 
GeneralRe: lock file Pin
kakan14-Sep-05 19:26
professionalkakan14-Sep-05 19:26 
QuestionRegistry wrapper class prevening writes to HKLM Pin
Chintoo72313-Sep-05 17:28
Chintoo72313-Sep-05 17:28 
QuestionFile transfer most efficient method Pin
Gochha13-Sep-05 17:05
Gochha13-Sep-05 17:05 
AnswerRe: File transfer most efficient method Pin
Hamed Musavi13-Sep-05 17:28
Hamed Musavi13-Sep-05 17:28 
AnswerRe: File transfer most efficient method Pin
Hamed Musavi13-Sep-05 17:30
Hamed Musavi13-Sep-05 17:30 
AnswerRe: File transfer most efficient method Pin
Laffis13-Sep-05 17:38
Laffis13-Sep-05 17:38 
AnswerRe: File transfer most efficient method Pin
ThatsAlok14-Sep-05 0:50
ThatsAlok14-Sep-05 0:50 
AnswerRe: File transfer most efficient method Pin
Bob Stanneveld14-Sep-05 1:06
Bob Stanneveld14-Sep-05 1:06 
QuestionVisual Studio Customization Pin
charlieg13-Sep-05 16:53
charlieg13-Sep-05 16:53 
QuestionCab file Pin
benjnp13-Sep-05 16:27
benjnp13-Sep-05 16:27 
AnswerRe: Cab file Pin
Christian Graus13-Sep-05 16:53
protectorChristian Graus13-Sep-05 16:53 
GeneralRe: Cab file Pin
benjnp13-Sep-05 17:57
benjnp13-Sep-05 17:57 
QuestionGlobal variable prob Pin
benjnp13-Sep-05 16:24
benjnp13-Sep-05 16:24 
AnswerRe: Global variable prob Pin
Weiye Chen13-Sep-05 16:41
Weiye Chen13-Sep-05 16:41 
GeneralRe: Global variable prob Pin
benjnp13-Sep-05 17:59
benjnp13-Sep-05 17:59 
GeneralRe: Global variable prob Pin
HumanOsc13-Sep-05 23:17
HumanOsc13-Sep-05 23:17 
Hello...

benjnp wrote:
I thought redeclaring the struct will reset all its values or perhaps reinitialize them.

No, only without the extern keyword... With the extern keyword you can declare global variables over many files without to reset them... They will be all associated to the first declaration... Smile | :)
AnswerRe: Global variable prob Pin
Christian Graus13-Sep-05 16:50
protectorChristian Graus13-Sep-05 16:50 
GeneralRe: Global variable prob Pin
Weiye Chen13-Sep-05 16:54
Weiye Chen13-Sep-05 16:54 
GeneralRe: Global variable prob Pin
benjnp13-Sep-05 18:05
benjnp13-Sep-05 18:05 
GeneralRe: Global variable prob Pin
Christian Graus13-Sep-05 18:06
protectorChristian Graus13-Sep-05 18:06 
GeneralRe: Global variable prob Pin
benjnp13-Sep-05 18:09
benjnp13-Sep-05 18:09 
GeneralRe: Global variable prob Pin
Christian Graus13-Sep-05 18:10
protectorChristian Graus13-Sep-05 18:10 
GeneralRe: Global variable prob Pin
benjnp13-Sep-05 18:24
benjnp13-Sep-05 18:24 

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.