Showing results for link-a-thon - C++ Team Blog

Oct 20, 2014
0
0

CppCon Videos Available

Eric Battalio
Eric Battalio

In case you missed CppCon or attended but missed a few sessions (or want to review), videos for most of the talks are available on You Tube. There is plenty there for developers of all experience and temperament including: Presentation Slides, PDFs, Source Code and other presenter materials are available on GitHub.

C++
Mar 7, 2014
0
0

A Case of the Twitters

Eric Battalio
Eric Battalio

Do you watch the Twitterverse for interesting stuff about C++, development, life, the universe and everything? We do and in today's post share some recent Tweets that crossed our (@visualc) path: And for those of you at the SCSW conference:Join @Microsoft at @sxsw. Drop on by for events, meetups, parties & more http://spr.ly/60115C3l [M...

C++
Feb 14, 2014
0
0

The Old New C++ Thing

Eric Battalio
Eric Battalio

I've spent many hours reading articles on Raymond Chen's blog, The Old New Thing. It is one of the most popular blogs on MSDN with content ranging from concerts at the Seattle Symphony to Win32 and marriage and native programming. Included are a number of interesting articles with, on or about C++.Here is a small, curated selection: The comm...

C++
Feb 11, 2014
0
0

Ghost of VCBlog Posts Past

Eric Battalio
Eric Battalio

You don't need to call Ghostbusters. Spend some time (re)reading some great posts from the Visual C++ team blog past. There really are some hidden gems in there! Did your favorite post make this list? If not, share it with us in the comments or recommend new content.

C++
Jan 28, 2014
0
0

C++ in MSDN Magazine

Eric Battalio
Eric Battalio

Just in case you have forgotten to look at MSDN Magazine in the last few months, here are a few great articles from MVPs, Microsoft folks and other experts: All of the articles include sample code and often larger sample projects.Are these articles helpful? Let us know in the comments or email me at ebattali@microsoft.com.

C++
Jan 21, 2014
0
0

STL Resources on MSDN

Eric Battalio
Eric Battalio

Before reviewing the excellent standard template library resources on MSDN (including Channel 9), did you know Visual Studio 2013.1 (Update 1) is available now? Brian Harry writes about the release on his blog, mentioning that the release is smaller and focused on working better with IE versions prior to IE 10. It is worth a read. You can grab the ...

C++
Jan 9, 2014
0
0

Code Debugging Content in Community

Eric Battalio
Eric Battalio

A few days ago, we called out some of the great debugging topics on the Microsoft Developer Network (MSDN) Library. Here are some excellent resources outside of the MSDN Library (in no particular order except the last one): If you know of additional resources, add them to the comments (or send them to me, ebattali@microsoft.com)&...

C++
Jan 7, 2014
0
0

Code Debugging Topics on MSDN

Eric Battalio
Eric Battalio

The MSDN Library is a rich source of information about Microsoft products and technologies including Visual Studio and Visual C++. This post calls out some of the great code debugging topics available for Visual C++ native code developers.The best starting point for (re)visiting debugging topics is the Debugger Roadmap. It contains links to many di...

C++