So I made two console applications separately one named "The Periodic Table" and the other named "Search Element".
The "Search Element" application is the sub part of "The Periodic Table" application. So it means that I want to call "Search Element" from "The Periodic Table" and I want to end all the instances of "Search Element" when the user closes "The Periodic Table".
So how can I do that??
Additional Information
Operating System: Windows 7 32-bit Compiler: Visual C++