1. Home
  2. IT
  3. Developer
  4. Certifications & Degrees
DatabaseEnterpriseOpen SourceProgrammingWeb Development
.NETC++JavaOtherPHP
C++  
MFC Application: Adding Service Mode Support
Learn how to extend the life of legacy user-mode applications without the need to dismantle and rewrite--in just a few easy steps.
Simplest Window Service
Learn how to convert an app into a service without much of an effort using this simple, two-step, yet powerful Windows Service class called CSvcHandler.
Mandelbrot Using C++ AMP
This article implements a Mandelbrot renderer that is multiple times faster than a CPU-only implementation by using a new Microsoft technology called C++ AMP: Accelerated Massive Parallelism, introduced in the Visual C++ 11 Preview.
How to Make Fewer Errors at the Stage of Code Writing. Part N4
Andrey Karpov shares some useful observations on error patterns, touching upon the subject of handling rare and emergency conditions in programs.
How to Make Fewer Errors at the Stage of Code Writing. Part N3.
This third article in the series discusses a couple of new programming methods that can help you make your code simpler and safer.
SSE2 Vectorization of Alphablend Code
Wong Shao Voon shows you how to use SSE2 to Speed up Alphablending.
How to Make Fewer Errors at the Stage of Code Writing. Part N2
This is the second article on avoiding certain errors at the early stage of code writing. In the previous post, we have already advised you to avoid a large number of calculations in one expression. However, we should investigate this question in detail. Let's see what's dangerous about complex expressions and how we can avoid many logical errors.
90 Errors in Open-Source Projects
The materials collected in this article will be useful for authors of articles, books and blogs. Examples of errors can be used to demonstrate the advantages of different programming styles -- for instance, why you should not try to make your code shorter by writing long expressions.
Leo Tolstoy and Static Code Analysis
Andrey Karpov checks Apache HTTP Server with PVS-Studio and discusses the errors and false reports returned.
Amusing C++
The article describes a few C++ tricks that look uncommon but amusing.
A Time Zone API supplement
Microsoft has an extremely limited set of Time Zone functions. This API will allow the full use of Time Zones in your Windows App.
Linq-To-XML Style of Node Creation for C++
This article discusses the new C++ Elmax XML Library feature to implement Linq-To-XML node creation to write XML files. Linq-To-XML node creation is the natural way to create nodes with code that is structurally identical to resultant XML.
Take Advantage of External Storage with Your Android App
Does your Android App need a lot of storage? Don't hog the phones internal storage, instead use Android's External Storage to store data on the users SD card.
Download and Decode JSON Data with your Android App
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.
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.
Microsoft Unveils Preview of Roslyn Compiler-as-a-Service
The new service allows developers to see what happens when compilers take source code and turn it into machine code.
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.
C++ 2011: Uniform Initialization
Learn about the uniform initialization syntax and semantics available in the new C++ standard.
Simple C++ MP3 Player Class
A no frills MP3 player class, based on DirectShow.
Logician: A Table-based Rules Engine Suite In C++/.NET/JavaScript using XML
Overview of a cross-platform spreadsheet-based rules engine with algorithms implemented in C++ and JavaScript, and wrappers to C#/.NET/Silverlight, Flash, and Mobile Platforms(via PhoneGap).
Improve Unit Testing with Visual C++ Programming
Visual Studio comes with an interesting tool for unit testing, but for C++ we have to use C++\CLI to develop tests. In this article we discover a simple technique to avoid all of the drawbacks generated by using C++\CLI.
Microsoft AMPs Up C++
C++ Accelerated Massive Parallelism will aid developers in building massively parallel applications.
WHITEPAPERS AND EBOOKS  Advertisement
1 2 3 4 5
HOTTEST C++ DISCUSSIONS 
1 2 3 4 5
The same powerful and easy to use Visual Studio integrated developer environment (IDE) handles design and testing of Windows Phone 7 phone apps. This toolkit includes Visual Studio 2010 Express for Windows Phone, Windows Phone Emulator Resources, XNA Game Studio 4.0 and more.
Get hard data that shows specific areas you can make cost and strategic gains as you streamline your documentation approach. Learn more.
Portfolio-based management of projects has become a corporate necessity as organizations are increasingly subjected to a variety of pressures and constraints. Learn more.

 

Apache Isn't Just About HTTP Anymore

From the 'Most Successful Open Source Foundation' files:

Red Hat: We Didn't Get Virtualization Management Right Initially

When Red Hat had its IPO in 1999, there was no such thing as Enterprise Linux.

In-Memory Database Comes to VMware vFabric 5.1

The cloud makes it easy to build out pools of compute resources. But how do you scale out applications in the same way?

Google Chrome 19 Syncs Your Life. Didn't Firefox Do that Last Year?

From the 'I miss Mozilla Weave' files:

VIDEO: Rackspace CTO Tackles the Multi-Tenant Cloud Security Myth

Multi-tenant cloud risk is FUD.