News

Global variables are divisive: an invaluable shortcut or a dangerous example of sloppy code? Let's talk about what they do, ...
I'm having some trouble doing this. I have a dll and an exe that need to share a global variable. I'm using Visual C++ 6.0 Here's what I've done so far:<BR><BR>In the dll, I've declared the ...