CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Damien Watkins

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    225,830

    Re: VC++ 10 Requirements

    Hello

    And here is an interim reply from the perf team to your question: http://blogs.msdn.com/ddperf/archive/2008/12/23/visual-studio-2010-hardware-requirements.aspx

    Thanks
    Damien
  2. Replies
    3
    Views
    225,830

    Re: VC++ 10 Requirements

    Hello

    The first place anything like this will be specified will be on the DevDiv perf blog: http://blogs.msdn.com/ddperf/

    Thanks
    Damien
  3. Replies
    1
    Views
    61,997

    Re: Business Impact of C++0x

    Hello

    Thanks for the post. I can give you a few advantages/disadvantages of using C/C++, but as they say in the classics “your mileage may vary”, “free advice is worth exactly what you pay...
  4. Replies
    11
    Views
    71,824

    Re: VC++ 10 impact on existing code?

    Hello

    Probably a little off-topic for this posting, but on re-reading I thought I should also mention the move to MS Build as the build system in VC2010 (this is a change but is not a...
  5. Replies
    1
    Views
    56,651

    Re: The future of the "Secure SCL"

    Hello

    I assume you are talking about Stephan’s comments here: http://social.msdn.microsoft.com/Forums/en/vs2010ctpcpp/thread/34df8d27-b2e7-4f1b-aaf5-6acc20e23e92

    “We're considering...
  6. Replies
    17
    Views
    112,880

    Re: C++0x language feature checklist

    Hello

    I would not “expect” C++0x goodies to arrive in Service Packs (I know TR1 did arrive in a Service Pack - so it can happen - but I would not want this to be any type of expectation.)
    ...
  7. Replies
    5
    Views
    57,289

    Re: Various Questions

    Hello

    For the compiler speed aspect, VS2010 is far too premature to be definitive about this but, as an approximation, we are not adding compiler features that I anticipate will add too much cost...
  8. Replies
    5
    Views
    57,289

    Re: Various Questions

    Hello

    For the Intellisense part of your question I just posted on this thread: http://www.codeguru.com/forum/showthread.php?t=467035

    Thanks
    Damien
  9. Replies
    5
    Views
    66,378

    Re: C++0x a .Net language ?

    Hello

    Cross posting from the VC Blog (again)

    Thanks
    Damien
    --
    Thanks, Damien. I don't know why I can't log in.

    Anyhow, you answered the question I meant to ask, but I don't think you...
  10. Replies
    5
    Views
    63,248

    Re: Intellisense Integration

    Hello

    I recently posted this on our VC Blog (http://blogs.msdn.com/vcblog/archive/2008/11/21/soma-blog-vc-enhancements-in-vs-2010.aspx#9180817) but at the risk of repeating myself to some on this...
  11. Replies
    5
    Views
    66,378

    C++0x a .Net language ?

    Hello

    This question was just posted on the VC Blog (for inclusion on this Slow Chat)...
  12. Replies
    6
    Views
    80,749

    Re: VS2010 and C++0x

    Hello

    No need to apologize, I just wanted to make sure we had not promise something we were not going to deliver. Thanks for the feedback and questions.

    Thanks
    Damien
  13. Replies
    5
    Views
    66,579

    Re: Threading mechanisms

    Hello

    Sorry if I added some confusion here, the overview of futures I gave was more of the generic future concept/model, I did not mean to imply that futures are always implemented by spawning...
  14. Replies
    2
    Views
    77,163

    Re: Mfc and Gdiplus

    Hello

    So I was fortunate enough to present on this topic recently at our PDC: you can find a video here:
    http://channel9.msdn.com/pdc2008/PC26/

    As you probably know, we recently released...
  15. Replies
    4
    Views
    61,562

    Re: concepts in vc10?

    Hello

    Although we have covered this before (many thanks Marc G and Russco for providing both the links and excerpts above) I did want to reiterate that the reasons why a only a subset of the C++0x...
  16. Replies
    1
    Views
    56,322

    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...
  17. Replies
    5
    Views
    66,579

    Re: Threading mechanisms

    Hello

    Futures have been around for a number of years in many different programming languages (http://en.wikipedia.org/wiki/Futures_and_promises - and there is a link at the bottom of this page to...
  18. Replies
    6
    Views
    80,749

    Re: VS2010 and C++0x

    Hello

    So I looked over that post (http://blogs.msdn.com/vcblog/archive/2007/06/04/update-on-the-c-0x-language-standard.aspx) and could not see anywhere Jonathan said that Variadic Templates will...
  19. Replies
    6
    Views
    80,749

    Re: VS2010 and C++0x

    Hello

    So we do not have such a roadmap per se, but I can give you some information (although most/all of this is already public):

    • VS-2008 SP1/TR1 – so VS2008 SP1 is available and...
  20. Replies
    11
    Views
    71,824

    Re: VC++ 10 impact on existing code?

    Hello

    So I guess it depends on what you mean by “negatively impact”. If you look at the repurposing of “auto” then clearly yes, valid existing code may now break:

    auto int i = 0; //...
  21. Replies
    6
    Views
    80,749

    VS2010 and C++0x

    Hello

    My name is Damien Watkins and I am a Program Manager* (PM) on the Visual C++ team – specifically I am fortunate enough to work in the Language and Libraries areas. Joining me on this slow...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured