Thread: First venture into multithreading

  1. #46
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    The next C standard (dubbed C1x) will adopt it, most likely without any changes from C++0x, unless there are errata by that point.
    Heh, compilers need to finish adopting the existing C standard before we come out with another one.

    Anways, thanks for the info CornedBee.

  2. #47
    Registered User
    Join Date
    Aug 2008
    Location
    Belgrade, Serbia
    Posts
    163
    Quote Originally Posted by CornedBee View Post
    The next C standard (dubbed C1x) ...
    Can you provide some links about this? I'm very interested.

    EDIT: Here's what I've found: http://newsgroups.derkeiler.com/Arch.../msg00067.html
    EDIT2:
    http://www.open-std.org/jtc1/sc22/wg14/www/projects
    http://www.open-std.org/jtc1/sc22/wg14/www/newinc9x.htm
    Last edited by hauzer; 06-04-2009 at 05:13 PM.
    Vanity of vanities, saith the Preacher, vanity of vanities; all is vanity.
    What profit hath a man of all his labour which he taketh under the sun?
    All the rivers run into the sea; yet the sea is not full; unto the place from whence the rivers come, thither they return again.
    For in much wisdom is much grief: and he that increaseth knowledge increaseth sorrow.

  3. #48
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Not direct evidence - it simply came up every now and then in my tracking of the evolution of C++0x. But here's an interesting paper: a submission to the C working group justifying a part of the C++ memory model.
    N1315: Rationale for the C++ working paper definition of "memory location".
    As it says in the introduction, members of the C/C++ liaison group had voiced concerns about the way C++ defines this.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Multithreading (flag stopping a thread, ring buffer) volatile
    By ShwangShwing in forum C Programming
    Replies: 3
    Last Post: 05-19-2009, 07:27 AM
  2. Client/Server and Multithreading
    By osal in forum Windows Programming
    Replies: 2
    Last Post: 07-17-2004, 03:53 AM
  3. Directional Keys - Useing in Console
    By RoD in forum C++ Programming
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM
  4. FAQ: Directional Keys - Useing in Console
    By RoD in forum FAQ Board
    Replies: 38
    Last Post: 10-06-2002, 04:42 PM