I am planning two run two c+= applications. The first one should be stand alone and the second one should access object members from the first one. how can i do that?
If you want two applications to share information, you'll have to use one of the standard IPC (Inter Process Communications) mechanicisms, which is not specifically a C++ matter.