| Description: Latest DevX Content |
| Put this feed on your website |
| Format: |
RSS 2.0 |
| Feed Url: |
|
 |
Subscribe feed with:

  

|
| Site Url: |
http://www.devx.com |
| Latest headlines from : DevX: Latest C++ Content |
|
Introducing IronPython
Mon, 17 Nov 2008 17:55:39 PST
IronPython is an easy-to-learn yet surprisingly powerful language for .NET development. Find out how it differs from C# and Visual Basic while still leveraging your existing .NET knowledge. Permalink: http://www.devx.com/codemag/Article/39904?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Avoiding Unnecessary Object Construction
Tue, 04 Nov 2008 15:09:00 PST
One way to avoid unnecessary object construction is to use a reference instead of an object to store the unnamed temporary object returned by value. Permalink: http://www.devx.com/tips/Tip/39750?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Serialize and Deserialize an Object to an XML File in C# 2.0
Tue, 21 Oct 2008 17:53:33 PST
The example in this tip uses an ArrayList object to serialize, deserialize, and store itself in an XML file. Permalink: http://www.devx.com/tips/Tip/39593?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Converting Numbers to Strings
Tue, 23 Sep 2008 16:11:28 PST
Instead of writing your own function to convert an integer or float to a string, just use the C function snprintf (in the stdio.h header) or the C++ class stringstream (in the sstream header). Permalink: http://www.devx.com/tips/Tip/39169?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Timeline: C++ in Retrospect
Mon, 08 Sep 2008 19:56:26 PST
From its nascent pre-processor in 1979 to today's incredibly sophisticated language features and libraries, we've documented each step along the way. Permalink: http://www.devx.com/SpecialReports/Article/38900?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Code Around C#'s Using Statement to Release Unmanaged Resources
Fri, 05 Sep 2008 20:33:08 PST
Find out how to avoid the kind of resource consumption that impedes your application's performance or even stops it from working altogether. Permalink: http://www.devx.com/dotnet/Article/39023?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Set Multiple Fonts Using Single CFont Object
Mon, 25 Aug 2008 18:17:14 PST
Did you know you can set multiple fonts for several controls using a simple CFont object in MFC? Permalink: http://www.devx.com/tips/Tip/38977?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Overview: C++ Gets an Overhaul
Mon, 18 Aug 2008 17:47:34 PST
In this overview of the changes proposed for the new standard, you'll get an idea of the kinds of improvements you can expect this time around. Permalink: http://www.devx.com/SpecialReports/Article/38884?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Easier C++: An Introduction to Concepts
Mon, 18 Aug 2008 16:57:00 PST
C++0x concepts bring the full power of the Generic Programming paradigm to C++, making templates more expressive, easier to write, and easier to use. Spectacularly poor template error messages are a thing of the past! Permalink: http://www.devx.com/SpecialReports/Article/38864?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|
Simpler Multithreading in C++0x
Mon, 18 Aug 2008 16:44:54 PST
The new standard will support multithreading, with a new thread library. Find out how this will improve porting code, and reduce the number of APIs and syntaxes you use. Permalink: http://www.devx.com/SpecialReports/Article/38883?trk=DXRSS_CPLUS
Add This News on my : Facebook |
Del.ico.us
|
Digg!
| Google
| Yahoo
|