B
brad tilley
I want to capture the string that system("hostname") produces on windows
and store it in a variable. system() returns true or false. How can I
make it return the result (the hostname as a string) instead?
and store it in a variable. system() returns true or false. How can I
make it return the result (the hostname as a string) instead?