Blog - Title

  • Visual C++ Team Blog

    How to redistribute the Visual C++ Libraries with your application

    • 51 Comments
    Hello again, this is Ben Anderson, SDET on the Visual C++ libraries team. One of the most common questions we get from customers on the forums and elsewhere is “My app needs the Visual C++ Libraries (CRT, ATL, MFC, OpenMP or some combination thereof...
  • Visual C++ Team Blog

    C++ Q&A with Herb Sutter

    • 51 Comments
    Herb's last appearance on C9 was a relatively short chat about C++0x. You wanted more questions so 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 were asked and...
  • Visual C++ Team Blog

    GoingNative: a New Channel 9 Show Dedicated to Native Development

    • 50 Comments
    GoingNative is a new, monthly show on Channel 9 dedicated to native development and native developers, with an emphasis on modern C++. In our inaugural episode, we keep things light and easy as we introduce you to what we're doing, why we're doing it...
  • Visual C++ Team Blog

    Visual Studio 2012 Update 1 Now Available!

    • 50 Comments
    Today, Soma announced the availability of the Visual Studio 2012 Update 1! You can install it either from the download page (see "Visual Studio 2012 Update 1" under the "Additional software" section). As promised , you can now use the Visual C++ compiler...
  • Visual C++ Team Blog

    Inside the C++/CX Design

    • 49 Comments
    Hello. This is Jim Springfield , an architect on the Visual C++ team. Today, I want to give some insight into the new language extensions, officially called C++/CX , which was designed to support the new API model in Windows 8. If you attended //BUILD...
  • Visual C++ Team Blog

    VC++ Developer Survey

    • 49 Comments
    As we wrap up Visual Studio 2010, we are starting to plan the next release of Visual C++. Our goal is to make Visual C++ a product that meets your needs. Thus we need your help. We would like to better understand what you do. Please take a few minutes...
  • Visual C++ Team Blog

    C++/CLI IntelliSense in Visual Studio vNext

    • 48 Comments
    Recently Mohsen & Craig talked about a Renaissance within C++ development and Tony talked rebuilding our developer communication around C++, both of these videos touched on the subject of providing a more real world pragmatic discussion around why...
  • Visual C++ Team Blog

    Visual C++ Code Generation in Visual Studio 2010

    • 45 Comments
    Hello, I’m Ten Tzen, a Compiler Architect on the Visual C++ Compiler Code Generation team. Today, I’m going to introduce some noteworthy improvements in Visual Studio 2010. Faster LTCG Compilation : LTCG (Link Time Code Generation) allows the compiler...
  • Visual C++ Team Blog

    What's New in Visual Studio 11 Beta for C++ Developers

    • 44 Comments
    XAML < TextBox x : Name =" textbox " /> C++ textbox ->Text = "Hello World!" ; Output Snippets of the Metro style version for the most popular 101 application. Download this Beta today: ...
  • Visual C++ Team Blog

    Announcing a major MFC update plus TR1 support

    • 43 Comments
    As an update to Visual Studio 2008, we’re pleased to announce a major new release of the Microsoft Foundation Classes (MFC). Using these components, developers will be able to create applications with the “look & feel” of Microsoft’s most popular...
  • Visual C++ Team Blog

    The Future of the C++ Language

    • 42 Comments
    Hello, world! Today, I (Stephan T. Lavavej, library dev) would like to present one question and one Orcas bugfix. First, the question: What is the future of C++? Or, phrased crudely, does C++ have a future? Will it grow and evolve, with programmers...
  • Visual C++ Team Blog

    Windows XP Targeting with C++ in Visual Studio 2012

    • 42 Comments
    Background In June, we announced enhanced targeting for Windows XP using the Visual Studio 2012 C++ compiler and libraries. This feature has been included in Visual Studio 2012 Update 1. You can download it from here . The purpose of this article is...
  • Visual C++ Team Blog

    Visual C++ 2008 Feature Pack Setup & Deployment Issues

    • 40 Comments
    Unfortunately, a set of setup & deployment issues have been reported with the Visual C++ 2008 Feature Pack. Some of these are blocking issues and, as a result, we are currently working on a refresh of the Feature Pack. In the interim, a list of the...
  • Visual C++ Team Blog

    Quick Help on VS2010 Custom Build Rule

    • 40 Comments
    Hi my name is Li Shao. I am a Software Design Engineer in Test for the C++ team. In my earlier blog “Visual Studio 2010 C++ Project Upgrade Guide”, I have mentioned about the change of Custom build Rules in VS2010. In this post, I would like to explain...
  • Visual C++ Team Blog

    C++0x Core Language Features In VC10: The Table

    • 40 Comments
    When we announced that the Visual Studio 2010 Release Candidate Is Now Available For Download , a reader, Igor, asked us to provide a table summarizing which C++0x Core Language features are implemented in VC10. So, here it is! It's derived from, but...
  • Visual C++ Team Blog

    Visual Studio 2008 Service Pack 1 RTM Now Available

    • 39 Comments
    Today we are pleased to announce that Microsoft Visual Studio 2008 Service Pack 1 (SP1) is now available for download . Not only does this service pack include the Visual C++ 2008 Feature Pack but also addresses a range of issues found through customer...
  • Visual C++ Team Blog

    Debugger Type Visualizers for C++ in Visual Studio 2012

    • 39 Comments
    In Visual Studio 2012, one of the new features for C++ developers is the new native type visualization framework (natvis) added to the debugger which allows customizing the way data types are displayed in debugger variable windows (e. g. autos, watch...
  • Visual C++ Team Blog

    STL Bugs Fixed In Visual Studio 2012

    • 38 Comments
    After Pat's post last week about MFC bugs fixed in Visual Studio 2012 (aka VC11), I thought that a similar list for the STL would be interesting: ID Title 492128 std::locale constructor modifies global locale via "setlocale...
  • Visual C++ Team Blog

    TR1 Slide Decks

    • 38 Comments
    Hi, I'm Stephan, the Visual C++ Libraries Developer working on TR1. Recently, I gave 3 presentations within Microsoft about the most novel components of TR1: shared_ptr, regex, and the additions to <functional> (including mem_fn(), bind()...
  • Visual C++ Team Blog

    Visual Studio 2010 CTP released

    • 38 Comments
    We are very pleased to announce that we have released Visual Studio 2010 CTP at the PDC today. See our earlier posts on this topic. The goal of the Community Technology Preview (CTP) is to obtain feedback from you on the new scenarios that we have enabled...
  • Visual C++ Team Blog

    Quick Tips On Using Whole Program Optimization

    • 38 Comments
    Hi, I’m Jerry Goodwin from the Visual C++ code generation and optimization team, with a couple quick tips on using Whole Program Optimization, also referred to as Link Time Code Generation (LTCG). If you’re writing native C++ code, you can typically...
  • Visual C++ Team Blog

    Project settings changes with VS2010

    • 36 Comments
    Hi, I am Andreea Isac, a developer on the Visual C++ team at Microsoft. I would like to present you a summary of all project settings that are stored in a different manner or place with Visual Studio 2010, compared with previous VS releases. MSBuild...
  • Visual C++ Team Blog

    IntelliSense, Part 2 (The Future)

    • 36 Comments
    Hi, Jim Springfield again. This post covers our current work to fundamentally change how we implement Intellisense and code browsing for C++ in Visual Studio 10. I previously covered the history of Intellisense and outlined many of the problems that we...
  • Visual C++ Team Blog

    Jumping into C++

    • 36 Comments
    I was a professional developer for years, working initially with C in labs and an engineering firm before moving on to other languages and stints as an enterprise developer and consultant. Other languages and tool were more in demand for the projects...
  • Visual C++ Team Blog

    C++ Build Throughput: Visual Studio 11 Pre-Release Compared to Visual Studio 2010 SP1

    • 35 Comments
    Hi my name is Li Shao. I am a Senior Software Design Engineer in Test in the Visual C++ group. In this blog, our team would like to review Visual Studio 11 (VS11) Desktop application build throughput compared to Visual Studio 2010 SP1 (VS10). Jim Hogg...
Page 2 of 20 (483 items) 12345»