c++

  1. News

    Windows 7 Daniel Moth: Blazing-fast code using GPUs and more, with C++ AMP

    Herb Sutter recently announced C++ AMP at the AMD Fusion Developer Summit as part of his keynote. Here, Daniel Moth, a program manager on Microsoft's Parallel Computing Platform Team, digs deeper into C++ AMP with code samples and more. Please download the slides from the link below as the...
  2. News

    Windows 7 Mohsen Agsen - C++ Today and Tomorrow

    The last time we got the chance to talk to Mohsen Agsen, a Microsoft Technical Fellow who runs the Visual C++ engineering team, he put forward the notion of a renaissance taking place in the native world. Shortly thereafter, we created the catchy Link Removed mantra. (Mohsen is great at building...
  3. News

    Windows 7 Tech Ed North America: Kate Gregory - Modern Native C++ Development for Maximum Productivity

    Kate Gregory presents Modern Native C++ Development for Maximum Productivity at Tech Ed North America 2011. Go Kate! This session clarifies what features are in Microsoft Visual C++ 2010 and what is yet to come. It illustrates how new constructs such as lambda expressions enable better use of...
  4. News

    Windows 7 Herb Sutter: C++ Questions and Answers

    Link Removed was a relatively short chat with me about C++0x. You wanted more questions asked and some of you thought I was just too soft on Herb. Well, Herb decided that the best way to get the questions you want asked is, well, to have you ask them. Most of the highest user-rated questions...
  5. News

    Windows 7 C9 Lectures: Stephan T Lavavej - Advanced STL, 5 of n

    There are two STLs: the Standard Template Library and Stephan T. Lavavej Link Removed Advanced STL covers the gory details of the STL's implementation -> you will therefore need to be versed in the basics of STL, competent in C++ (of course), and be able to pay attention! Stephan is a great...
  6. News

    Windows 7 Conversation with Herb Sutter: Perspectives on Modern C++(0x/11)

    I was lucky enough to catch up with Herb Sutter not too long after the FDIS announcement (Final Draft International Standard is complete). As usual when talking to Herb, the conversation is all about C++ (well, we do talk about C# for a little while, but in the context of C++. Why? Tune in...)...
  7. News

    Windows 7 Anders Hejlsberg: Questions and Answers

    Anders wanted to hear from you to get a sense of what's on your mind with respect to C#. We asked you for questions and, as usual, you delivered -> this is your interview, Niners. Link Removed Thanks for the great questions. Special thanks to Anders for taking an hour out of his insanely busy...
  8. News

    Windows 7 C9 Lectures: Stephan T Lavavej - Advanced STL, 4 of n

    Many thousands of you have watched Stephan T. Lavavej's great Link Removed on Channel 9. If you haven't, then you should. There are two STLs: the Standard Template Library and Stephan T. Lavavej Link Removed Advanced STL covers the gory details of the STL's implementation -> you will therefore...
  9. B

    Windows 7 Redirecting external IP to localhost

    Hey folks. I would like to know how you can redirect an external IP to localhost. Im trying to emulate the server for a simple program one of my friends coded in C++ (or something). It is basicly a login and register system, upon registering the program sends a HTTP request to the server (it...
  10. D

    Windows 7 GetCommState keeps failing with error ERROR_INVALID_FUNCTION

    I am using a Windows 7 machine, and I am trying to follow the C++ example posted here: http://msdn.microsoft.com/en-us/library/aa363201(v=VS.85).aspx and I keep entering this if statement fSuccess = GetCommState(hCom, &dcb); if (!fSuccess) { // Handle the error. printf...
  11. News

    Windows 7 C9 Lectures: Stephan T Lavavej - Advanced STL, 3 of n

    Many thousands of you have watched Stephan T. Lavavej's great Link Removed on Channel 9. If you haven't, then you should. There are two STLs: the Standard Template Library and Stephan T. Lavavej Link Removed You will get to know a lot about each STL over the course of these lectures. Advanced...
  12. News

    Windows 7 Talkin' C++ with Boris Jabes: C++ Intellisense, Game Development, and Boris Faces His Demons

    Boris Jabes is fun guy to talk to about C++. He has the distinction of being the first guy to share the news about the removal of C++/CLI intellisense support in VC10. He also has a great perspective on why the decision was made and understands the complexity of intellisense projects and complex...
  13. News

    Windows 7 MVP Summit 2011: Meet C++ MVPs Alon, Marius, Bruno, and Jim

    Recently, MVPs from all over the world descended on Redmond to interact with product teams as well as each other. They were given access to information relating to technology futures, roadmaps, etc.—all the things MVPs are privy to. I spent some time at the C++ MVP summit where VC++ team members...
  14. News

    Windows 7 VC++ MVP Summit: Kate Gregory

    I recently caught up with the great Kate Gregory, C++ MVP, Microsoft Regional Director and all around excellent developer. Kate and several other MVPs from around the world were on the MS campus to take part in MVP Summit 2011. You will meet other C++ MVPs on C9 over the coming weeks. Really...
  15. News

    Windows 7 Parallel Programming in Native Code: Tasks and Continuations, Part 1 of 2

    The Link Removedwrite tools for the C++ community that make it easier to write reliable, performant and scalable concurrent and parallel code. In this conversation, Mike Chu , Dana Groff, Artur Laksberg, and Vinod Koduvayoor Subramanian talk about their latest addition to the Parallel Patterns...
  16. News

    Windows 7 Visual C++ to support C++/CLI Intellisense

    Link RemovedSays: Recently Mohsen & Craig talked about a Link Removed and Tony talked Link Removed around C++, both of these videos touched on the subject of providing a more real world pragmatic discussion around why we do things and what we’re planning. This post is the first in a series of...
  17. News

    Windows 7 C9 Lectures: Stephan T Lavavej - Advanced STL, 2 of n

    As promised, the great Stephan T. Lavavej is back! Link Removed Tens of thousands of you have watched STL's (those are his initials, so that's what we call him) Link Removed, or Standard Template Library. If you haven't, you should. This series, Advanced STL, covers the gory details of the...
  18. News

    Windows 7 Tony Goodhew: VC++ Developer Communication - Questions and Answers

    Tony Goodhew is a Microsoft veteran in the developer tools division and has returned home to his roots in VC++ (he was a program manager on VC6). One of Tony's priorities is that of effective communication with developer customers who expect open and honest answers to ALL of their questions. How...
  19. News

    Windows 7 C9 Lectures: Stephan T Lavavej - Advanced STL, 1 of n

    As promised, the great Stephan T. Lavavej is back! Link Removed Tens of thousands of you have watched STL's (those are his initials, so that's what we call him) Link Removed, or Standard Template Library. If you haven't, you should. This series, Advanced STL, will cover the gory details of the...
  20. News

    Windows 7 Craig Symonds and Mohsen Agsen: C++ Renaissance

    When you think about all the code executing in the world at any given time, there's a good chance you're thinking about a lot of code written in C/C++ (aka native code). As Mohsen Agsen mentions so astutely in this impromptu and candid conversation, C++ can be thought of as the dark matter of...
Back
Top