This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to accesing other process's recourses
- From: Ian Lance Taylor <iant at google dot com>
- To: d3d1 <rustandijp at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 14 Oct 2009 06:29:20 -0700
- Subject: Re: How to accesing other process's recourses
- References: <25887178.post@talk.nabble.com>
d3d1 <rustandijp@gmail.com> writes:
> If 2 programs running at same time, is it possible one of those applications
> access the other's recourses such as memory data?
It depends upon what system you are talking about, but assuming you
are talking about GNU/Linux or Windows or Mac OS X, then the answer is
no, it is not possible.
Ian