For comments or enquiries please contact webmaster@codeproject.com | View online | Monday, November 8, 2010 |
Welcome to this week's newsletter from The Code Project.
To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.
Site News
The CodeProject Tech Summits are back and this time the focus is on Mobile Development. Explore, network and learn at our latest Tech Summit. There are no lines, no wait times, and no fees. Register now.
The article voting forms are up so please take a moment to vote for anyone who saved your bacon (or your sanity) last month. Voting forms are on the homepage.
Your chance to win a robot runs out this week. Write an article on hardware programming and you could win - and that includes articles from your blog, too!
On a personal note I'm once again following the lead of the great Canadian Goose and getting out of Canada before the snow sets in. I'll be flying back home to Australia to thaw out and so, for next week while I work out which way is up, Jeff Hadfield will be delivering you your weekly dose.
cheers,
Chris Maunder
The Code Project Offers
Whitepaper: Building a Multi-Page Image Viewer with Silverlight and Azure Develop a viewer, running completely on the client, via managed code, that's ready for deployment to the Windows Azure Cloud. Download the trial SDK, whitepaper and sample code. www.accusoft.com | |
Parallel Programming Talk – Get the latest Programming techniques and news from Experts Watch Parallel Programming Talk Show on Tuesday, Nov. 9, at 8:00am (Pacific) as Intel experts and guests discuss the latest in parallel programming techniques, new development resources and new technologies. | |
The Cloud Zone on The Code Project – Explores the uses of cloud computing. Take a look at the key players and delve into specifics like Data Services, SaaS, and Azure. Learn More! | |
Rational Team Concert enables Agile development teams to track work items, control source code, create and manage defects, and manage the lifecycle of software projects. Download now and get RTC-Express-C free for up to 10 developers or get your hands dirty in our live sandbox with no download required. | |
HttpWatch 7.0: Change the way you develop, debug and tune websites today! HttpWatch is an HTTP viewer and debugger that provides seamless HTTP and HTTPS monitoring without leaving the browser window. Download the Basic Edition at no cost. |
Weekly Poll Results
From which of the big companies would you most like a job offer?
Survey period: 1 Nov 2010 to 8 Nov 2010
Assuming you had your pick of the bunch...
Option | Votes | % | |
Apple | 53 | 4.74 | |
18 | 1.61 | ||
290 | 25.92 | ||
IBM | 49 | 4.38 | |
Microsoft | 302 | 26.99 | |
RedHat | 12 | 1.07 | |
My current job is just fine, thank you. | 150 | 13.40 | |
Myself. I want to work for myself. | 202 | 18.05 | |
Other | 35 | 3.13 | |
Total | 1111 | 100% |
View optional text answers (42 answers)
This week's survey: Do you use Web Slices in IE8?
Most popular new articles 1 Nov 2010 - 8 Nov 2010
- Reflection is Slow or Fast? A practical demo - Abhishek Sur
- Composite application reloaded - Super Lloyd
- Silverlight Attendance Demo using Sterling Silverlight Database - defwebserver
- WPF Weather App - Meshack Musundi
- Basic Understanding of Tree View in WPF - Shakeel Iqbal
Latest Additions
200 articles overall 161 new, 103 updated, 0 moved. 19 were edited, 181 unedited
Article topics listed: C++
Too many articles? Visit your profile page to change your newsletter article filters.
New articles added
Dialogs and Windows
- Window`s region user mode monitoring - Sergey Popenko, Apriorit Inc
This article describes the method to perform user mode region monitoring of the specified window. (Unedited)
C++, Windows, Visual-Studio, Architect, Dev, Visualisations - MFC/C++ Helper Class for Window Resizing - Mizan Rahman
Gives you total control when it comes to resizing windows.
C++, Windows, Win32, MFC
Windows Mobile
- Reading SMS (MMS) and Emails on Windows Mobile (5, 6) Devices Using CEMAPI - Sergey Timoschuk, Apriorit Inc
In this article, I would like to tell you how to read the SMS, MMS, and Emails data from your Windows Mobile device. Also I'll describe some differences between reading message body in Windows Mobile 5 and Windows Mobile 6 devices. (Unedited)
C++, WinMobile (WinMobile5, WinMobile6), Dev
MFC
- Typesafe Windows Message Passing Using MFC - Lee Henderson
Easy to use macros provide typesafe Windows message passing with call semantics (Unedited)
C++, Windows, MFC, Architect, Dev, Application, messages, Methods, Development
Articles updated added
OpenGL
- Writing a Platform and GUI Toolkit independent OpenGL class - Sharjith
Article showing how to write OS and GUI toolkit portable OpenGL view class. (Unedited)
C++ (VC9.0), Windows (Win7), Linux, MFC, OpenGL, Architect, Dev, Design
C / C++ Language
- Explicating the new C++ standard (C++0x), and its implementation in VC10 - Ajay Vijayvargiya
Elaborating new C++ language features with a clear, sharp, and detailed discussion.
C++, Windows, Visual-Studio (VS2010), Dev - Using C++ Templates for Startup Validation - AlexanderGorobets
The article describes a technique for using C++ templates for general startup validation purposes.
C++, Windows, Dev
Windows Presentation Foundation
- Using Direct2D with WPF - Sam Cragg
Hosting Direct2D content in WPF controls.
C++, C#4.0, Vista, Win7, XAML, WPF, Dev
Internet / Network
- Remote Control PCs - Andy Bantly
Two projects that work together to remote control PCs across a LAN
C++ (VC6), Windows, MFC, Dev
Parallel Programming
- Parallel Programming Essentials via the Intel TBB - logicchild
An article meant to introduce and expand upon the Intel Threading Building Blocks threading library (Unedited)
C++ (VC6, VC7, VC7.1, VC8.0, VC9.0), Windows (Win2003, Vista, Win2008, Win7, Win2008-R2), Visual-Studio (VS2008), Architect
Threads, Processes & IPC
- Pipe template classes - klizardin
The template classes library to support pipe develop with minimum programmer effort. (Unedited)
C++, Windows (Win2K, WinXP, Win2003, Vista), Win32, STL - .NET Asynchronous Design Pattern for Native C++ - Daniel Ranger
Native C++ implementation of the .NET Asynchronous Design Pattern using Windows I/O Completion Ports (Unedited)
C++ (VC6, VC7, VC7.1, VC8.0), Windows (Win2K, WinXP, Win2003, Vista, Win2008, Win7), .NET (.NET1.0, .NET1.1, .NET2.0, .NET3.0, .NET3.5), MFC, ATL, WTL, Dev
Tips and Tricks added
Windows Mobile
- Easy API hooking in Windows CE - Paul Heil
An easy intro to kernel API hooking in Windows Mobile / CE (Unedited)
C++, Mobile - A solution to get rid of the flicker of controls on scroll window(WINCE/WM) - Chen_Zhuo
(Unedited)
C++, Windows, Mobile, MFC
Programming Tips
- A simple program to solve quadratic equations with - federico.strati
The correct way to solve quadratic equations is none of the above. For the correct algorithm as applied in the following function, seenumerical recipes in C and the Wolfram site at http://mathworld.wolfram.com/QuadraticEquation.htmlbool quadratic(double a, double b, double c, double& x1,... (Unedited)
C++
Technical blogs added
Shell and IE programming
- Introduction to MEF Programming – Importing Multiple Objects - kishore Gaddam
Importing Multiple Objects In the previous blog, we discussed the basic MEF attributes. Let us get into advance topics in MEF step by step. In the previous example, we wrote the code for the main exe, contract library and MEF Part1. Imagine we have another class derived from IGreeting and implements (Unedited)
C++, Windows, MFC
Web Services
- Feature Detection for Better Compatibility in Web Development - Gil Fink
Feature Detection for Better Compatibility in Web Development One of the things I talked about in the session I had about what's new in IE9 for web developers was how to make your web site/application more compatible. In this post I'll try to give the highlights from the session. Same Markup When (Unedited)
C++, Windows, QA
Threads, Processes & IPC
- How to use IIS Manager to get Worker Processes (w3wp.exe) details information ? - Abhijit Jana
In one of my previous blog post, Identifying Worker Process (w3wp.exe) – IIS 6.0 and IIS 7.0 for Debugging ASP.NET Application - I have explained about how we can identify the list of currently running worker process using command prompt while we need to attach process from visual studio . But do (Unedited)
C++, Windows, MFC
This email was sent to gang007@gmail.com. To stop receiving this newsletter click here.
The Code Project. 503-250 Ferrand Drive
Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100