C++98 or C++03?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • saneman

    #1

    C++98 or C++03?

    What is the current standard of C++ called? I have read somewhere that
    it is called and C++98 and other places it is called C++03?
  • Victor Bazarov

    #2
    Re: C++98 or C++03?

    saneman wrote:
    What is the current standard of C++ called? I have read somewhere that
    it is called and C++98 and other places it is called C++03?
    It's the latter. Some minor changes and mostly "bug fixes" compared
    to C++98.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    Working...