Feeds:
Posts
Comments

Archive for the ‘C++’ Category

It’s time for, not one, but two brand-new, up-to-date talks on the state of the art of concurrency and parallelism in C++. I’m going to put them together especially and only for C++ and Beyond 2012, and I’ll be giving them nowhere else this year: C++ Concurrency – 2012 State of the Art (and Standard) [...]

Read Full Post »

Want to know how to write cool tablet apps using Visual C++? On May 18, Microsoft is hosting a one-day free technical event for developers who want to write Metro apps for Windows 8 using Visual C++. I’m giving the opening talk, and the rest of the day is full of useful technical information on [...]

Read Full Post »

Are you a compiler engineer or know one, and looking for interesting work on a top-notch team? We’re hiring. (That particular link says two openings, but there are more.)

Read Full Post »

I occasionally get asked about whether, or how well, Visual C++ supports C99. This week, I just posted two replies to this questions on UserVoice (merged below). Last fall, I also answered it in an interview with Dr. Dobb’s (recommended for some rationale discussion). The short answer is that Visual C++’s focus is to support [...]

Read Full Post »

At GoingNative in February, I emphasized the need for more modern and portable C++ libraries, including for things like RESTful web/cloud services, HTTP, JSON, and more. The goal is to find or develop modern C++ libraries that leverage C++11 features, and then submit the best for standardization. Microsoft wants to do its part, and here’s [...]

Read Full Post »

I’m seeing many younger programmers picking up C++. The average age at C++ events over the past year has been declining rapidly as the audience sizes grow with more and younger people in addition to the C++ veterans. But this one just beats all [Facebook link added]: A six-year-old child from Bangladesh is hoping to [...]

Read Full Post »

I just posted the following panel announcement to the C++ and Beyond site. The three-day event (plus evening-before reception) with me, Scott Meyers, and Andrei Alexandrescu will be held on August 5-8, and early-bird registration is open until May 31.   C++11 is kind of like “C++ Dreamliner.” It’s built with world-class modern materials. It [...]

Read Full Post »

While spelunking through the code of a new project you recently joined, you find the following factory function declaration:   JG Question 1. What’s wrong with this return type?   Guru Questions 2. What is the recommended return type? Explain your answer, including any tradeoffs. 3. You’d like to actually change the return type to [...]

Read Full Post »

GotW #103: Solution

The solution to GotW #103 is now live.

Read Full Post »

Last week at the Lang.NEXT 2012 conference in Redmond, I gave a 40-minute C++ talk and participated on a native languages panel. Both are now online at Channel 9. Here’s the 40-min C++ talk, taken from the C9 site: (Not Your Father’s) C++ Herb Sutter  What makes ISO C++11 "feel like a new language"? What [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.

Join 892 other followers