Thread: popen() is multithreading?

  1. #1
    Registered User
    Join Date
    Jan 2012
    Posts
    2

    Exclamation popen() is multithreading?

    I want to learn multithreading in C++. somewhere on internet I got a piece of code using popen() function of stdio.h. I just wanted to know that if this function helps in creating the new threads or it doesn't come under multithreading. Please guide me in multithreading.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Closed - duplicate - popen() is multithreading?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. popen is multithreading?
    By mahesh113 in forum C++ Programming
    Replies: 1
    Last Post: 01-16-2012, 08:12 AM
  2. popen(man XX | col -b)
    By MK27 in forum Linux Programming
    Replies: 2
    Last Post: 09-26-2008, 02:47 PM
  3. Can not use popen()
    By sistem in forum Windows Programming
    Replies: 25
    Last Post: 10-26-2007, 02:43 AM
  4. popen help
    By ojschubert in forum C Programming
    Replies: 2
    Last Post: 02-28-2005, 12:32 AM
  5. popen
    By Shakespeare in forum C++ Programming
    Replies: 1
    Last Post: 01-27-2003, 09:22 AM