cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
calling processes on bash
calling processes on bash
Sep 1, 2009 at 4:00am UTC
brokenbot
(271)
i want to make a c++ program that calls commands like who( get whos on) and to put it in a string then print it or something like that... kinda like shell piping...
anyway how would i go about that...?
any example code too. real beginner...
Sep 1, 2009 at 4:17am UTC
Duthomhas
(13206)
http://linux.die.net/man/3/popen
Hope this helps.
Topic archived. No new replies allowed.