Upcoming C++ stories

Installing the latest version of Boost from source on Windows-VC(www.apijunkie.com)

submitted by APIJunkieAPIJunkie(539) 4 months, 2 days ago

If you wish to use the latest Boost C++ libraries in your Visual C++ projects you can follow a few simple steps to get the job done. read more...

add a comment |category: |Views: 6

tags: another

Using lambdas - C++ vs. C# vs. C++/CX vs. C++/CLI(www.codeproject.com)

submitted by rcashrcash(4149) 6 months, 20 days ago

This article will be a comparative look at the lambda usage in both languages C++ and C#. read more...

add a comment |category: |Views: 9

tags: another

GoingNative 3: The C++/CX Episode with Marian Luparu(channel9.msdn.com)

submitted by rcashrcash(4149) 6 months, 25 days ago

This is the C++/CX episode - everything you ever wanted to know, but were afraid to ask. It's all about C++/CX. read more...

add a comment |category: |Views: 1

tags: another

Linq-To-XML Style of Node Creation for C++(www.codeproject.com)

submitted by rcashrcash(4149) 7 months, 4 days ago

This article discusses the new C++ Elmax XML Library feature to use Linq-To-XML node creation to write XML files. For those readers who might want to learn more about Elmax XML library, they may read this tutorial article and the documentation. read more...

add a comment |category: |Views: 5

tags: another

Ribbon with C++, Post 6: Ribbon Dynamic Structure Capabilities(blogs.microsoft.co.il)

submitted by arikparikp(1204) 11 months, 4 days ago

Ribbon with C++, Post 6: Ribbon Dynamic Structure Capabilities This is the 6th and last post about using Windows Ribbon Framework features in C++. You can find the previous parts here: Part 1, Part 2, Part 3, Part 4 & Part 5. In this post we will dive into the ribbon's dynamic structure capabilities, i.e. we will learn about the different ways to change the structure of the ribbon at runtime. Specifically we will learn about Application Modes and Contextual Tabs. read more...

add a comment |category: |Views: 2

tags: another

Ribbon with C++, Part 5: Using Galleries with Windows Ribbon Framework(blogs.microsoft.co.il)

submitted by arikparikp(1204) 11 months, 9 days ago

Ribbon with C++, Part 5: Using Galleries with Windows Ribbon Framework This is the 5th post about Windows Ribbon Framework features. On previous posts we have introduced the ribbon framework, seen a complete example, and reviewed how to use buttons-based UI controls and how to control their layout. In this post we continue our exploration of the Windows Ribbon Framework, this time focusing on Gallery controls. read more...

add a comment |category: |Views: 2

tags: another

Ribbon with C++, Part 4: Layout Controls in Windows Ribbon Framework(blogs.microsoft.co.il)

submitted by arikparikp(1204) 11 months, 11 days ago

This is the 4th post about Windows Ribbon Framework features. On previous posts we have introduced the Windows Ribbon Framework, shown a complete example of how to develop a ribbon enabled application and reviewed the different buttons-based UI controls that the ribbon framework provides. In this post we continue our review of the various features in the Windows Ribbon Framework. This time we will focus on a task that every rib... read more...

add a comment |category: |Views: 3

tags: another

Ribbon with C++, Part 3: Using Buttons with Windows Ribbon Framework(blogs.microsoft.co.il)

submitted by arikparikp(1204) 11 months, 12 days ago

On previous posts we have seen an introduction to the Windows Ribbon Framework and learned how to develop a ribbon enabled application. In this post we continue our review of the various features in the Windows Ribbon Framework. This time we will focus on the most common feature in the ribbon: Buttons. read more...

add a comment |category: |Views: 2

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1583) 15 days, 20 hours ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 203

tags: another

Ribbon with C++, Part 2: First Ribbon Enabled Application(blogs.microsoft.co.il)

submitted by arikparikp(1204) 11 months, 19 days ago

In this post we continue our review of the Windows Ribbon Framework feature brought to us in Windows 7. For more information on the ribbon feature in general and Windows Ribbon Framework in particular, make sure you read Part 1. read more...

add a comment |category: |Views: 4

tags: another

Ribbon with C++, Part 1: Introduction to the Windows Ribbon Framework(blogs.microsoft.co.il)

submitted by arikparikp(1204) 11 months, 22 days ago

Due to popular demand I’ve decided to use the knowledge I’ve gain while creating the Windows Ribbon for WinForms project and write a series of posts about working with the Windows Ribbon Framework with Win32 C++. In this post we will learn the basics of the Windows Ribbon Framework. read more...

add a comment |category: |Views: 4

tags: another

Microsoft Visual C++ 2010 SP1 Compiler Update for the Windows SDK 7.1 (www.ginktage.com)

submitted by isenthilisenthil(2304) 1 year, 1 month ago

Today , Microsoft has released the Microsoft Visual C++ 2010 Service Pack 1 Compiler Update for the Windows SDK 7.1 which can be downloaded from the Microsoft Download Center ... read more...

add a comment |category: |Views: 4

tags: another

An Interview with C++ Creator Bjarne Stroustrup (www.codeguru.com)

submitted by estherschindlerestherschindler(550) 1 year, 4 months ago

With the new C++0x standardization process about to have the final technical vote Danny Kalev sits down with C++ creator Bjarne Stroustrup to talk about C++0x, new features, and future plans. read more...

add a comment |category: |Views: 5

tags: another

Building great Windows 7 apps with C++(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 10 months ago

Jason Zander (GM, Visual Studio, Microsoft) gives a tour through some of Visual Studio 2010's new features, and how building great Windows 7 apps with C++ has never been easier. Jason looks at using animations, the new ribbon controls and how to build in touch screen support. read more...

add a comment |category: |Views: 4

tags: another

MFC: CButton and how ON_BN_DOUBLECLICKED message map works(dobrzanski.net)

submitted by dobrzanski.netdobrzanski.net(173) 2 years, 1 month ago

Learn what will happen if user double clicks CButton? 1) it will be checked, and then unchecked - a simulation of a double (single) click? 2) it will be checked only - only one action takes place. read more...

add a comment |category: |Views: 6

tags: another

C++ Programming: Using the sizeof keyword (begincpp.blogspot.com)

submitted by hellohomamhellohomam(15) 2 years, 2 months ago

Determine the size of data type using sizeof keyword read more...

add a comment |category: |Views: 4

tags: another

Object Oriented Programming C++: How c++ programming language came int(objectorientedprogrammingcpp.blogspot.com)

submitted by hellohomamhellohomam(15) 2 years, 4 months ago

Bjarne Stroustrup is the creator, inventor and developer of the widely used and popular c++ programming language. He was born on December 30, 1950 in Arhus, Denmark. He is a computer scientist. Stroustrup has a master's degree in mathematics and computer science (1975) from the University of Aarhus, Denmark, and a Ph.D. in computer science (1979) from the University of Cambridge, England. He was the head of AT&T Lab's Large-scale Programming Research department, from its creation until late 2002. He is currently Professor and holder of the College of Engineering Chair in Computer Science at the Texas A&M University. read more...

add a comment |category: |Views: 4

tags: another