I'm just starting with Visual C++ and would like to know how to pass variables between projects.
I have an application that will have several projects and need to pass data between them. In C++, I would use the 'extern' declaration to pass them, what's the VC++ method and where does the code go?
Also, any books that might be helpful would also be appreciated.
Thanks in advance.
J. Engel.
I have an application that will have several projects and need to pass data between them. In C++, I would use the 'extern' declaration to pass them, what's the VC++ method and where does the code go?
Also, any books that might be helpful would also be appreciated.
Thanks in advance.
J. Engel.