Visual C++
9 Entries
- Recent
- Most Viewed
- Top Rated
-
Language(s)
-
GoingNative 16: Garrett Serack - Inside NuGet for C++
Avg Rating: 5
(3)NuGet support for C++ projects in Visual Studio has arrived in NuGet version 2.5! This has been an elusive feature for VC++ developers so we are thrilled it's here. It's been around for about a month now so we figured we'd go talk to one of the developers who helped make it happen,… -
GoingNative 15: VC++ turns 20, Ale turns 40, C9 turns 9
Avg Rating: 4.75
(6)Visual C++ turned 20 this month! It certainly has come a long way. How did it begin? What were the goals way back when? Fortunately for us, one of the original team members VC++ team members, Jan Gray, set up a reunion of former and current employees who worked on the first… -
Microsoft DevRadio: Developing Your Windows 8 Apps using Visual C++
Avg Rating: 4.25
(3)Abstract: Jerry Nixon welcomes Eric Battalio, Ayman Shoukry and Raman Sharma from the Visual C++ team as they discuss how you can develop Windows 8 apps using C++. Tune in as they provide best practices and reasons why you would want to use this language. Next Steps:Step #1 –… -
GoingNative 12: C++ at Build 2012, Inside Profile Guided Optimization
Avg Rating: 4.75
(5)Profile Guided Optimization, or PGO, is an approach to optimization where the compiler uses profile information to make better optimization decisions for the program. Profiling is the process of gathering information of how the program is used during runtime. In a nutshell, PGO is… -
GoingNative 10: Welcome Ale Contenti, VC11 and Beyond with Steve Teixeira and Tarek Madkour
Avg Rating: 4.75
(6)Visual Studio 2012 RTM'd recently and MSDN subscribers are now writing code in the latest iteration of VS! C++ developers will be pleased with the improvements in VC11. From the compiler to libraries to IDE features, VC++ in VS 2012 represents the best version of VC++ to… -
Jim Radigan: Inside Auto-Vectorization, 1 of n
Avg Rating: 4.75
(7)The VC++ 2012 auto-vectorizer tries to make loops in your code run faster by automatically vectorizing your code using the SSE instructions available in all current mainline Intel and AMD chips. In Visual C++ 2012, auto-vectorization is on by default and requires only that you… -
Stephan T. Lavavej: Core C++, 1 of n
Avg Rating: 5
(31)In part 1, STL focuses on Name Lookup, which is a surprisingly complex process. Remember Herb Sutter's great GotW post (#30, to be precise) on Name Lookup? Here's the problem from that post, to refresh your memory (Thanks to Herb for providing information like this on GotW!): In the following code,… -
GoingNative 1: VC++ vNext, CRT, C++ and Beyond
Avg Rating: 4.75
(10)We're back with the second installment of C9::GoingNative and we have a great show for you! Thanks for being patient and for all the excellent feedback and support for GN! We are listening to you and will continue to adjust the show based on your feedback (note the background—less motion, but not… -
Craig Symonds and Mohsen Agsen: C++ Renaissance
Avg Rating: 4.5
(18)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…