Pregunta

My question is about mixing multiple programs. For example if you use Unreal Development Kit before you know what I'm talking about. The Lightmass of Unreal is another program which have another exe from the main application (editor). When you build the lighting, lightmass program will run in the background. How it is working? Has the main program give a memory location to Lightmass? or are they communucating via windows messages/sockets.or something.

Btw. Maybe a related maybe not I don't sure, What is the argument parameters of C/C++ main function. What is its purpose exactly and where it can be used?

Thanks.

¿Fue útil?

Solución

I did some search and now I know that I meant IPC (Inter Process Communucation)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top