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...
accelerators
algorithms
amp
c++
code
code samples
community
computing
development
gpus
hardware
heterogeneous
microsoft
multi-core
parallel computing
performance
productivity
program manager
programming
visual studio
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...
c++
coding
community
conversations
development
engineering
feedback
innovation
libraries
microsoft
native development
programming
renaissance
software
standards
technologies
tools
ui development
user experience
visual c++
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...
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...
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...
advanced topics
boost library
c++
community driven
open source
programming
sample application
software development
stephan lavavej
stl
technical education
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...)...
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...
anders hejlsberg
async
c++
coding
compiler as a service
delphi
dependency properties
event syntax
higher-kinded types
javascript
language design
metaprogramming
optional parameters
programming
roslyn
software development
touch studio
user interface
wpf
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...
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...
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...
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...
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...
boris jabes
c++c++/cli
community engagement
complex projects
customer feedback
developer community
game development
game performance
graphical games
ide tips
intellisense
native development
open source
programming
software development
tech discussion
vc10
visual c++
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...
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...
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...
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...
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...
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...
c++
communication
community engagement
compiler
developer questions
developer tools
development plans
feature support
feedback
microsoft
native developers
open communication
program manager
programming
public communication
software development
technical discussions
tony goodhew
vc++
version updates
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...
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...
c++
community
compiler
dev tools
development
efficiency
engineering
insights
integration
microsoft
native code
object oriented
productivity
programming
renaissance
software
systems programming
technical leaders
tooling
visual studio