M
M
MrZed2021-08-17 21:31:27
Windows
MrZed, 2021-08-17 21:31:27

Learn more about the process?

What libraries/modules can be used to get information about a running process in C++?

PS: OS - Windows.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ighor July, 2021-08-17
@MrZed

C++ is a language that has nothing to do with the system.
Everything related to system management and information about it is done through the Platform API.
In the case of Windows, this is WinAPI, so look for the functions you need there.

H
Hemul GM, 2021-08-17
@HemulGM

https://docs.microsoft.com/ru-ru/dotnet/api/system...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question