Ready to start integrating and using JSON data with your Android app? In this article, I will demonstrate the basics of requests data and extracting elements from JSON data.
Latest Visual C++ / C++ Articles - Page 4
Monetize Your Free Android App by Creating a Paid App to Unlock Additional Features
Trying to figure out how to bring in more revenue for your Android app? Try adding a paid version, which would be used to unlock features in the free version.
Creating Your Own Search Engine for C/C++ Code Samples
Christopher Frenz describes a means of post processing keyword search results using regular expression, based pattern matching as a means of automatic C/C++ code extraction.
Adventures with _chkstk
Silviu-Marius Ardelean offers some insight into _chkstk and stack corruption.
C++ 2011: nullptr
C++ used to lack a special value to indicate a null pointer, which led to some problems. The new standard introduces a new reserved word nullptr, to designate a constant rvalue that represents a null pointer. Read on to learn more.
C++ 2011: Strongly-typed Enums
Strongly-typed enumerators, provided by the new C++ standard, solve the known problems with the traditional enumerators. The new standard brings a new kind of enumerator, introduced with 'enum class,' called strongly-typed enums.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
