Skip to content

C and C++

Google Executive Frustrated by Java, C++ Complexity

DevX: Latest C++ Content - Sat, 07/24/2010 - 17:14
Distinguished engineer talks up the Go application development language.


Categories: C and C++

Special Report: The Definitive Guide to Windows Phone 7

CodeGuru.com - 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

CodeGuru.com - 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

CodeGuru.com - 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

CodeGuru.com - 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++

Guide ::

InformIT :: C++ Reference Guide - Wed, 07/14/2010 - 19:43
Categories: C and C++

Simplex Optimization Algorithm and Implemetation in C++ Programming

CodeGuru.com - 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

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

C++ Tutorial: Pointer-to-Member Function

CodeGuru.com - 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

CodeGuru.com - 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

CodeGuru.com - 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

CodeGuru.com - 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++