Showing results for September 2007 - C++ Team Blog

Sep 20, 2007
0
0

Visual C++ Libraries Development Regression Tests

Visual CPP Team
Visual CPP Team

Hi, my name is Pat Brenner and I’m a software design engineer on the Visual C++ libraries team.  I’d like to spend some time talking about our process for preventing regressions in our libraries code.   After I joined the libraries team about a year ago, I was told about the set of sniff tests that we needed to run before che...

C++
Sep 12, 2007
0
0

What Does a VC++ QA Do Daily?

Visual CPP Team
Visual CPP Team

Hello everyone, this is Smile Wei, an SDET (QA) in the VC Compiler team. This is not only my first blog on vcblog, but also my first ever blog.As you might have guessed, I’m a new face around here, joining Microsoft only 3 ½ months ago. Here I’d like to give a brief introduction to the daily life as a VC QA and, to answer the fol...

C++
Sep 10, 2007
0
0

"Build On The Fly" Testing

Visual CPP Team
Visual CPP Team

Hello. This is Pengpeng again.  I wrote a blog not long ago talking about security testing for the Visual C++ IDE as a parser. The IDE is definitely a lot more than just a parser. Among other things, it provides an integrated software development experience with browsing, go to definition, go to declaration, quick info, auto completion &hellip...

C++
Sep 6, 2007
0
0

QA Gauntlet

Visual CPP Team
Visual CPP Team

Hello.  I’m Rob Huyett, an SDET on the VC Libraries team.  My topic for today isn’t really anything about new technology, or the wonders of Orcas, or anything like that.  It’s really just to give you all a little view of how things work around here.  I’m writing today to talk about one of the tools we use...

C++
Sep 4, 2007
0
0

What Compiler Does the Compiler Team Use…and Decoding Version Numbers

Visual CPP Team
Visual CPP Team

Hi: Jonathan Caves here.  Recently I received some queries from users wanting to know what version of the Visual C++ compiler I use in my daily work. Well...that’s not really a simple question as I tend to use several different versions of the compiler. <aside>Before I proceed a little aside on decoding the Visual C++ compiler...

C++