Trying to get this process in my mind. I have a single source
Program I developed with std::cout and std::cin. I then found an
Example of a window program that displays a window with one
Button in it. Now the button destroys the window. I want to execute my
Program when I hit the button. I used to program in assembler and rexx and there
Was always a call to another function. Having a hard time in c++ understanding
What calls another program from a running program. Is it in the linking?
Program I developed with std::cout and std::cin. I then found an
Example of a window program that displays a window with one
Button in it. Now the button destroys the window. I want to execute my
Program when I hit the button. I used to program in assembler and rexx and there
Was always a call to another function. Having a hard time in c++ understanding
What calls another program from a running program. Is it in the linking?