Skip to content

CodeGuru.com
Syndicate content
The number one developer site!
Updated: 10 hours 37 min ago

Special Report: The Definitive Guide to Windows Phone 7

Thu, 07/22/2010 - 05:00
Microsoft looks to the future with Windows Phone 7, is it enough to catch up with the competition? Read along to learn how WP7 differs from past versions of Windows Mobile and how it matches up against its rivals.
Categories: C and C++

Microsoft Updates Power Tools for Microsoft Visual Studio

Wed, 07/21/2010 - 05:00
Microsoft rolls out an update to its Productivity Power Tools, a set of extensions to Microsoft Visual Studio 2010 designed to make developers' lives easier.
Categories: C and C++

Developers Getting Windows Phone 7 Devices Early

Tue, 07/20/2010 - 05:00
A week after Microsoft began beta testing development tools for its upcoming Windows Phone 7, the company is sending out "preview" units meant to get phone app developers excited.
Categories: C and C++

Classification Of Point In Polygon

Tue, 07/20/2010 - 05:00
Classify a point respect to a plane polygon that can be concave (i.e. with some angle grater than 180 degrees). Good performance, excellent stability.
Categories: C and C++

Simplex Optimization Algorithm and Implemetation in C++ Programming

Wed, 07/07/2010 - 05:00
The article introduces the simplex algorithm, provides a useful C++ function to optimize target function parameters, and shows rich examples, figures, flowcharts. source code is also attached with the article.
Categories: C and C++

An Efficient Pointer Wrapper in C++ for Scientific Computation

Wed, 07/07/2010 - 05:00
This article introduces a simple wrapper template.
Categories: C and C++

C++ Tutorial: Pointer-to-Member Function

Wed, 06/30/2010 - 05:00
The tutorial talks about the grammar of C++ pointer-to-member function, their common applications, and their under-the-hood implementations.
Categories: C and C++

Rich Integration with the Windows 7 Shell through IShellLink

Tue, 06/29/2010 - 05:00
Shell Links are a Windows feature that has been present since the very first 32-bit Windows release in 1995, and are the technology that the ubiquitous Windows shortcuts are built upon. Windows 7 Jump List tasks also use Shell links, creating renewed interest in using Shell links as a technique for interacting with applications.
Categories: C and C++

New Features in ASP.NET MVC 2.0

Thu, 06/24/2010 - 05:00
Discover the new features in ASP.NET MVC 2.0 and how you can leverage them in your applications.
Categories: C and C++

Windows 7 Taskbar Support and MFC 10

Thu, 06/17/2010 - 05:00
The Windows 7 Taskbar is one of the most noticeable and useful features of the new operating system, and MFC 10 introduces a number of enhancements that make it easy to integrate the Taskbar with your application.
Categories: C and C++

Microsoft News: Windows Embedded Compact 7 CTP Released

Wed, 06/02/2010 - 05:00
Microsoft releases a community technology preview of compact version of embeddable Windows in bid to deepen its ties with global device makers.
Categories: C and C++

Windows Mobile: Working with FakeGPS

Thu, 05/27/2010 - 05:00
If you're building Windows Mobile apps FakeGPS could be the answer to your troubleshooting worries. Learn how to test your GPS applications using FakeGPS.
Categories: C and C++

Windows2Linux Porting

Wed, 05/26/2010 - 05:00
Recently I faced a very interesting task, I had to port an application from one platform (Windows) to another (Linux). This article is intended for everybody who wants to write a cross-platform application.
Categories: C and C++

11 Common Mistakes Made In Sharepoint

Tue, 05/25/2010 - 05:00
This article outlines a few of the more common mistakes encountered when working with Sharepoint.
Categories: C and C++

Building a Store Locator ASP.NET Application Using the Google Maps API - Part 1

Wed, 05/19/2010 - 05:00
This ASP.NET tutorial shows how to use the free Google Maps API to build a store locator ASP.NET application.
Categories: C and C++

ASP.NET Developer Techniques for Dealing With Long Running Processes

Thu, 05/13/2010 - 05:00
ASP.NET Developers, do you have ASP.NET pages that are slow to respond to the user and/or timeout. Try this technique to move those processes to the background and provide feedback to the user.
Categories: C and C++

Basics of SQL Server 2008 Locking

Thu, 05/13/2010 - 05:00
Relational databases are designed for multiple simultaneous users, and Microsoft SQL Server is no different. However, supporting multiple users requires some form of concurrency control, which in SQL Server's case means transaction isolation and locking. Read on to learn how SQL Server 2008 implements locking.
Categories: C and C++

C++ Programming News: The C++0x Final Committee Draft Has Been Approved

Mon, 05/10/2010 - 05:00
ISOC C++ standards committee moves one step closers to the completion of the C++0x standard.
Categories: C and C++

C++ Programming: Static Code Analysis and the New Language Standard C++0x

Thu, 05/06/2010 - 05:00
The article discusses the new capabilities of the C++ programming language described in the standard C++0x and supported in Microsoft Visual Studio 2010. By the example of PVS-Studio, we will see how the changes in the language influence static code analysis tools.
Categories: C and C++

Microsoft News: Windows Summit 2010 Goes Virtual

Fri, 04/30/2010 - 05:00
No need to catch a plane to attend this Microsoft technical conference. The company has decided that to reach a broader audience, Windows Summit 2010 will be only available online.
Categories: C and C++