[CodeProject] Newsletter (17 Jan 2011)

153 articles this week
For comments or enquiries please contact webmaster@maillist.codeproject.com View online Monday, January 17, 2011

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 rumours of the next iPhone, the next iPad, the service pack for Windows Phone 7 and the release of RIM's Playbook are swirling around the internet, and while we can't enjoy all these gadgets, we can still develop apps today that will, no doubt, work on the devices of tomorrow. Besides, the gadgets of today really aren't that shabby...

Do you develop for mobile devices, or just looking to get started? The best way to learn is to teach someone else so don't be shy in submitting your articles and tips.

cheers,
Chris Maunder

The Code Project Offers

Click HereNew SQL Prompt 5
With code-completion, SQL reformatting, script summaries and more, SQL Prompt 5 makes writing, editing, and exploring SQL effortless.
Download a 14-day free trial now.
Click HereJoin us at The Code Project Virtual Tech Summit on VS2010, now with an 'Agile Development' track. Get up to speed on VS2010, learn advanced tips & tricks, and improve code quality. Agile topics include: Test-driven development, pair programming, Agile best practices and more! Register now!
Click hereGet Reporting That's More Than Crystal Clear
See how beautiful your SQL Server or Oracle data can look. But our Reports, Dashboards, Gauges and Maps go way beyond beauty. They give you the View to succeed. Full Functioning Download.
Click here /n software Red Carpet Subscriptions
Components for every major Internet protocol from SFTP to IMAP to SNMP, SSL & SSH, S/MIME, Credit Cards, Compression, Messaging, Shipping, and more. .NET, COM, C++, Java, Pocket PC, Delphi, Mac OS X, iPhone
Click here Learn Visual Studio, SharePoint, SQL and more – Just $99.99
Become an expert in Microsoft technologies with our library of 2,800+ practical training videos featuring Microsoft MVPs and experts. Just $99.99 for a limited time.
Click HereAutomatic Application Updating
AppLife Update is the perfect choice for implementing automatic network update features into your .Net applications. The AppLife Update solution lets you easily create the update process that you want for your application. Click here more info and trial download.

Weekly Poll Results

At what age did you start programming?

Survey period: 10 Jan 2011 to 17 Jan 2011

Did your parents give you a ZX-81 as a pacifier? Or did you come into the craft at a later age?

OptionVotes% 
under 5251.4625 votes, 1.46%
5-8824.8082 votes, 4.80%
9-1224214.18242 votes, 14.18%
13-1536421.32364 votes, 21.32%
16-1836321.27363 votes, 21.27%
19-2241124.08411 votes, 24.08%
23-271579.20157 votes, 9.20%
28-35382.2338 votes, 2.23%
36-50211.2321 votes, 1.23%
Over 5020.122 votes, 0.12%
I don't program20.122 votes, 0.12%

This week's survey: How long have you been working as a developer?

Most popular new articles
10 Jan 2011 - 17 Jan 2011

Latest Additions

153 articles overall 111 new, 83 updated, 0 moved. 23 were edited, 130 unedited
Article topics listed: C++

Too many articles? Visit your profile page to change your newsletter article filters.

New articles added

OpenGL

C / C++ Language

  • HexEdit - Window Binary File Editor - Andrew Phillips
    Open-source hex editor with powerful binary templates
    C++

  • Simple C++ Timer Wrapper - ken.loveday
    TemplateTimer: A convenient and simple MSVC / C++ timer wrapper for Windows using templates, where a class function can be easily specified for the timed event callback. (Unedited)
    C++, Windows, Win32, Visual-Studio, MFC, ATL, MVC, Threading, Events, MFC/CPP, software

  • Creating import library from a DLL with header file - Yiping Cheng
    A tutorial to guide you through the process of creating a lib from a third-party dll (Unedited)
    C++, Windows, Dev, DLL

Algorithms & Recipes

Programming Tips

Hardware & System

Articles updated

Desktop Gadgets

  • Calendar Gadget Using Qt Framework - BD Mihai
    A very simple calendar to be displayed on your desktop similar to a Vista or Windows 7 gadget, but also works for Windows XP.
    C++, Windows, Dev

Dialogs and Windows

C / C++ Language

  • The XML parsing article that should (not) be written! - Wong Shao Voon
    The C++ XML parsing article which should have been written since the advent of XML! This article defines a new Elmax abstraction model over the DOM model. (Unedited)
    C++ (VC10.0), XML

  • QxOrm - C++ ORM (Object Relational Mapping) library - QxOrm
    QxOrm C++ library : persistence (based on QtSql Qt library) - serialization (based on boost::serialization library) - reflection (introspection) (Unedited)
    C++, XML, SQL, Windows, Linux, collections, cross-platform, database, library, clone

GPU Programming

  • Extended GMM for Background Subtraction on GPU - phoaivu
    GPU Implementation of Extended Gaussian mixture model for Background Subtraction (Unedited)
    C++ (VC7, VC7.1, VC8.0, VC9.0, VC10.0), Windows, Linux, Dev, GPGPU, heterogeneous

MFC

Algorithms & Recipes

  • Building a Programing Language – Part I (Creating BrainLess) - Shakti Misra
    This is the first of a series of articles where we will explore about writing compilers. (Unedited)
    C++

  • Notepad RE (Regular Expressions) - Ben Hanson
    Search and replace text in Notepad RE using Regular Expressions or normal mode. The editor supports drag and drop, file change notifications, and displays the line and column numbers. Unicode support is available too.
    VC6, Win2K, WinXP, MFC, Dev

Threads, Processes & IPC

  • RCF - Interprocess Communication for C++ - Jarl Lindrud
    A server/client IPC framework, using the C++ preprocessor as an IDL compiler.
    VC7.1, VC8.0, Win2K, WinXP, VS.NET2003, Dev

  • Win32 Thread Pool - Siddharth R Barman
    An implementation of a Thread Pool in C++ for Windows
    C++ (VC6, VC7.1), Windows, Dev

Hardware & System

Tips and Tricks added

Programming Tips

  • Open and Close CD/DVD Drive Tray - Indivara
    Illustrates a method of ejecting and closing the CD or DVD drive tray programmatically (Unedited)
    C++, Multimedia, tools

  • Open and Close CD/DVD Drive Tray - Indivara
    Here's another method of doing it. This is something I had written some time ago and forgotten about. Just a code dump for now. Same disclaimer as above.#include #include #include #include #include using namespace std;void... (Unedited)
    C++, Multimedia, tools

Author Resources

  • Using PRE tags - Luc Pattyn
    How to use PRE tags to preserve formatting, and improve readability of code snippets or tabular data in posts. (Unedited)
    VB6, C++ (VC6, VC7, VC7.1, VC8.0, VC9.0), C++/CLI, C (Objective-C), C# (C#1.0, C#2.0, C#3.0, C#4.0), VB (VB7.x, VB8.0, VB9.0, VB10), VBScript, Javascript, XML, CSS, Java, Perl, SQL, HTML, XHTML, eVC (eVC3.0, eVC4.0), ASM, MSIL, UML, JScript.NET, Forth.NET, XSLT, F#, Python (IronPython, Python2.2, Python2.3, Python2.4), Ruby (IronRuby, Ruby1.8), X++, Erlang

Technical blogs added

Grid & Data Controls

Silverlight

  • How to use your own fonts within Silverlight - JamesWittHurst
    Silverlight seems to provide for excellent control over the presentation of your online prose and typography, compared to HTML. The use of the built-in default fonts is quite straightforward. But I wanted to deploy some other typefaces within my online … Continue reading → (Unedited)


Web Services


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

Search This Blog

Blog Archive

Pages