X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: jimm Newsgroups: comp.os.msdos.djgpp Subject: Re: new C11 ISO C standard will have threads Date: Sun, 22 Jan 2012 02:36:19 -0800 (PST) Organization: http://groups.google.com Lines: 50 Message-ID: <2202209a-8613-46dc-92e7-9eedc4a5fa37@lr19g2000pbb.googlegroups.com> References: <175ee7e3-6178-4d22-8be0-0f22d13d305b AT m4g2000pbc DOT googlegroups DOT com> NNTP-Posting-Host: 24.22.56.37 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 X-Trace: posting.google.com 1327228580 20804 127.0.0.1 (22 Jan 2012 10:36:20 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 22 Jan 2012 10:36:20 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: lr19g2000pbb.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:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe) Bytes: 3324 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q0MAj1pT022482 Reply-To: djgpp AT delorie DOT com On Jan 15, 10:06 pm, Rugxulo wrote: > Hi, > > On Jan 15, 7:12 pm, jimm wrote: > > > > >http://www.h-online.com/open/news/item/ISO-updates-C-standard-1400814... > > new C11 ISO C standard will have threads > > Don't mean to burst your bubble, but Wikipedia says this: > > http://en.wikipedia.org/wiki/C11_(C_standard_revision) > > " > Optional features > > The new revision allows implementations not to support certain parts > of the standard — including some that had been mandatory to support in > the 1999 revision. Programs can use predefined macros to determine > whether an implementation supports a certain feature or not. > " > > Feature                         Feature test macro      Availability > in C99 > =========================================================================== > Multithreading ()      __STDC_NO_THREADS__     Not available > > P.S. Don't worry, I'm sure it won't be any less supported than the > already non-existent DOS threading support.    ;-) ahh this: http://en.wikipedia.org/wiki/C11_%28C_standard_revision%29 that was C99. this is C1X we are talking about. but according to the table you are quoting from, threads are listed in under the "optional" heading, and implementable via a macro #define. look at the cool Generic macros! it's almost template-like... :-)) still gonna stick with C++ though.. waiting patiently for as much *C+ +11* as I can get. I wish unicode streams weren't tabled (well, that's up for debate,m some say it is and some say it isn't, I can't really be spending the money right now to buy the C++11 standard paper to find out how it works). http://en.wikipedia.org/wiki/C%2B%2B11 http://stackoverflow.com/questions/5666899/no-unicode-streams-in-c0x-why