Im trying to parse the line located in / proc / stat on a Linux file system using C ++
I raised and saved the string as a variable in a C ++ program
I want to raise individual values from a string. Each value is separated by a space.
I want to know how, for example, to raise the 15th value from a string.
source
share