X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jimm Newsgroups: comp.os.msdos.djgpp Subject: 4.6.2 and std::thread Date: Wed, 21 Dec 2011 03:44:34 -0800 (PST) Organization: http://groups.google.com Lines: 9 Message-ID: <2da49b70-1068-426c-acf3-8e6785db2da8@n22g2000prh.googlegroups.com> NNTP-Posting-Host: 24.22.56.37 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1324468253 25238 127.0.0.1 (21 Dec 2011 11:50:53 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 21 Dec 2011 11:50:53 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: n22g2000prh.googlegroups.com; posting-host=24.22.56.37; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20100101 Firefox/8.0,gzip(gfe) Bytes: 1489 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com is std::thread and all of its related stuff supported in 4.6.2? this would be SOOO useful! I was thinking of a multithreaded MIDI application... one thread for sending the MIDI codes to the usb-to-MIDI adapter, and one thread for the authoring app. I have never done USB before. maybe I am in over my head. haven't done packets in years, and this would be through the BIOS. not even sure if this would be feasible.