cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Active application info?
Active application info?
May 16, 2009 at 11:25am UTC
stroem
(4)
I want to know how I can get (any) info about the active application?
like the caption of the active application or pid.
Last edited on
May 18, 2009 at 1:51pm UTC
May 17, 2009 at 2:23am UTC
PanGalactic
(1658)
getpid()? getppid()? getsid()? argv?
Resource info?
http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/resource.h.html
May 18, 2009 at 1:22pm UTC
stroem
(4)
thx for the answer.
Topic archived. No new replies allowed.