CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2008
    Location
    England
    Posts
    748

    Existing standard and msvc10

    What if anything from the existing standard will fail to be implemented in msvc10.

    I downloaded and installed the msvc9 express package and was aghast that there is still no support for export which the comeau compiler has I think supported for quite some time.

    Will there be a msvc10 express? If so will you include a resource compiler this time? atl? mfc? What will separate the express edition from other free compiler/ide packages? Why will we want to choose msvc over other choices which are far more full-featured?

    What tools are available in msvc10 for things like flowcharts, uml diagrams and other documentation tools? Will any of these make the express edition?

    Will the search engine be improved for searching helpfiles. Seems to me this has been getting progressively worse in every edition.
    Get Microsoft Visual C++ Express here or CodeBlocks here.
    Get STLFilt here to radically improve error messages when using the STL.
    Get these two can't live without C++ libraries, BOOST here and Loki here.
    Check your code with the Comeau Compiler and FlexeLint for standards compliance and some subtle errors.
    Always use [code] code tags [/code] to make code legible and preserve indentation.
    Do not ask for help writing destructive software such as viruses, gamehacks, keyloggers and the suchlike.

  2. #2
    Join Date
    Dec 2008
    Posts
    21

    Re: Existing standard and msvc10

    Hello

    So the short answer is that that currently, while there are plans to have Express Editions for VS2010, nothing is concrete yet so I do not know any “feature lists” and/or dates. That said, we often get requests for the inclusion of specific features for our Express Edition, such as MFC, and we are keen to incorporate such requests whenever possible. Unfortunately, for now, we will both have to wait until the plans materialize.

    As for “export” I doubt it will be in VS2010 – bottom line is that we have significantly stronger customer requests for many other C++ Language Features, so we normally add the features that maximize customer value first.

    Thanks
    Damien

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured