#How to get list of processes?

13 messages · Page 1 of 1 (latest)

low sparrowBOT
#

When your question is answered use !solved or the button below to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

lethal parrot
#

dont wory you wont get swated

shadow lion
#

not that I know any cross-platform library right now

spare kiln
#

just write 3 ifs for the 3 OS-es

digital turtle
#

or macros.....

spare kiln
# digital turtle or macros.....

the preprocessor directive #if is used to check if some macro is defined, and thus run or ignore raw snippets of the source code, so that's 3 ifs for the 3 os-es

spare kiln
#

simple? someone lied to you

spare kiln
#

now open the source code and ask yourself - would you be able to manually write this by googling the docs of the specific operating system you are targetting?

#

except for Linux, my answer is no I wouldn't be able to

#

C++ standard libraries are know for not being very thorough, we do have std::filesystem::path at least, it's not that bad

low sparrowBOT
#

This question is being automatically marked as stale.
If your question has been answered, type !solved.
If your question is not answered feel free to bump the post or re-ask.
Take a look at !howto ask for tips on improving your question.