Detection No of Applications running...

P

philhowell

i'm very new to C++, but feel it may hold the answer to what i'm after,
i want to send an email if more than four applications are being run on
a PC.... can this be done, if so how..........???

cheers
Phil
 
J

John Harrison

philhowell said:
i'm very new to C++, but feel it may hold the answer to what i'm after,
i want to send an email if more than four applications are being run on
a PC.... can this be done, if so how..........???

cheers
Phil

Standard C++ has no answer to this question. Standard C++ has no method of
detecting how many applications are running or sending emails. You are
confusing the facilities that your operating system provides with the
facilities that a language provides. Providing your language of choice gives
you good access to the underlying operating system you can do whatever the
operating system can do.

In short you need to ask this on a Windows programming group, not a C++
language group. Try for instance.

john
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top