Showing results for C++ - C++ Team Blog

Mar 12, 2007
Post comments count0
Post likes count0

Multi-processor builds in Orcas

Visual CPP Team
Visual CPP Team

Hey again, everyone.  I’m Peter-Michael, a program manager with the VC++ compiler team.  Continuing with the Orcas feature parade, I'd like to talk about the compiler's team contribution to the product.  Back in June, Jonathan Caves posted about the compiler team’s plans for Orcas.  To recap, the compiler team is usi...

C++
Mar 8, 2007
Post comments count0
Post likes count0

USA Daylight Savings Time (DST) Update

Visual CPP Team
Visual CPP Team

Starting from March 2007, the Daylight Savings Time (DST) start date and end date for the United States will change. DST will start at 2:00 A.M. on the second Sunday in March and end at 2:00 A.M on the first Sunday in November. The C Run-Time (CRT) performs its own time handling only when the TZ environment variable is set, or when an underlying O...

C++
Mar 2, 2007
Post comments count0
Post likes count0

ATL Server: Shared Source Release Now Available!

Visual CPP Team
Visual CPP Team

ATL Server is now released as a shared source project on CodePlex.com!  You can download all the source to ATL Server and use it with recently released March CTP of Visual Studio codename Orcas.  The release of this code allows developers to innovate and evolve the library to meet needs of their applications.To learn more, please&nbs...

C++
Mar 2, 2007
Post comments count0
Post likes count0

Managed Incremental Build

Visual CPP Team
Visual CPP Team

Real-world solutions typically consist of multiple projects - often many projects. The projects are usually related to each other in some sort of dependency relationship. For example, consider a solution with 3 primary output targets (P1-3), a few intermediate components (I1-5), and a few shared dlls (L1-3). The dependencies might look something li...

C++
Mar 1, 2007
Post comments count0
Post likes count0

Channel 9: Front-end QA

Visual CPP Team
Visual CPP Team

Meet Marina Polishchuk from the Visual C++ QA team in this new video on Channel 9!  Marina helps test the front-end to ensure the best possible quality in the compiler.  Learn more about how she goes about this task by watching the video at https://channel9.msdn.com/Showpost.aspx?postid=285284.Thanks,The Visual C++ Team!

C++
Feb 26, 2007
Post comments count0
Post likes count0

STL: Destructor of Bugs

Visual CPP Team
Visual CPP Team

I'm the newest developer on the Visual C++ Libraries team. My true name is Stephan T. Lavavej, but I often use my extremely convenient initials. I moved here at the beginning of this year after working on and finishing Outlook 2007 Search. You know how some people are fans of the Harry Potter novels, standing in line outside a bookstore at mid...

C++
Feb 21, 2007
Post comments count0
Post likes count0

Managing a Huge Test Matrix with Automation

Visual CPP Team
Visual CPP Team

Hi, my name is Matt Travis and I’m an SDET on the Visual C++ Front End team.  In addition to my work on the Front End, I’ve been working on an automated rolling test system to help manage the huge test matrix we have in Visual C++.  Our next release, Orcas, will have to run on the usual slew of Windows versions, processors, an...

C++
Feb 19, 2007
Post comments count1
Post likes count0

Channel 9: Dive into STL/CLR

Visual CPP Team
Visual CPP Team

In this new Channel 9 video, Nikola Dudar dives deep into the STL/CLR functionality shipping in Orcas.  If you want to take advantage of BCL while using STL syntax and idioms, then this technology is for you.  Watch the video or read his previous blog post to learn more!Thanks,The Visual C++ team!

C++
Feb 12, 2007
Post comments count0
Post likes count0

Channel 9: Visual C++ Today and Tomorrow

Visual CPP Team
Visual CPP Team

Bill Dunlap and Steve Teixeira from the Visual C++ development team talk about product strategy on Channel 9.  If you want to know where Visual C++ is heading, then you'll definitely want to watch this interview.  Check out the video at https://channel9.msdn.com/ShowPost.aspx?PostID=281987. Thanks, The Visual C++ Team!

C++
Feb 6, 2007
Post comments count0
Post likes count0

Digging Into Problems

Visual CPP Team
Visual CPP Team

Hello my name is Steven Toscano, I am an SDET Tech Lead on the Visual C++ team.  I am currently working in the IDE group focusing on improving our testing methodologies and expanding our library of tools.  I’ve been a member of many teams across Visual C++ during my 7 year career including front-end, back-end optimizers, libraries ...

C++