C++ Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/cpp/tutorials/sort/popularity/ C++ Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 02 Nov 2010 10:11:00 GMT C# 4.0 goes dynamic - a step too far? Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ Thu, 12 Feb 2009 13:54:00 GMT Mike James VB 6 Tutorial Completely new to Visual Basic? Overwhelmed with the confusing instructions? Read this tutorial and get a head start - learn what VB is, what you can do with it, how much it costs, and how to get star http://www.developerfusion.com/article/30/visual-basic-tutorial/ http://www.developerfusion.com/article/30/visual-basic-tutorial/ Sat, 14 Jul 2001 23:00:00 GMT James Crowley Introducing Python for .NET - IronPython Is it a dead parrot or does it fly? Mike James looks at IronPython and asks if it really is something completely different. http://www.developerfusion.com/article/84449/ironpython/ http://www.developerfusion.com/article/84449/ironpython/ Mon, 28 Jun 2010 20:52:00 GMT Mike James Using Optional Parameters in VBScript A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword. http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ Mon, 08 Oct 2001 18:02:00 GMT Michael Balloni Pointers on pointers Mike James discusses pointers, and concludes that they are often unsafe and generally best avoided. http://www.developerfusion.com/article/84447/pointers-on-pointers/ http://www.developerfusion.com/article/84447/pointers-on-pointers/ Mon, 04 Oct 2010 08:45:00 GMT Mike James A comparison of C/C++ and C# Is C# a new programming language or a new version of C/C++ ? http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ Tue, 16 Oct 2001 10:53:00 GMT John Godel Rails: an introduction Ever wondered what “Rails” is all about? Kevin Jones explains what it is and why it's important. http://www.developerfusion.com/article/84513/rails-an-introduction/ http://www.developerfusion.com/article/84513/rails-an-introduction/ Tue, 02 Nov 2010 10:11:00 GMT Kevin Jones Using ADO in C++ An introduction to using ADO in C++ - its far simpler than you'd think! http://www.developerfusion.com/article/4033/using-ado-in-c/ http://www.developerfusion.com/article/4033/using-ado-in-c/ Tue, 16 Sep 2003 12:15:00 GMT Randy Charles Morin Why Patterns We look at the rise of 'patterns' in the developer community, and how they've evolved to help communication between developers and understanding more clearly the intent of a given piece of code. http://www.developerfusion.com/article/7609/why-patterns/ http://www.developerfusion.com/article/7609/why-patterns/ Wed, 19 Mar 2008 20:42:00 GMT Andy Clymer DeviceIoControl & USB using Managed C++ & C# Low level I/O is not part of the .NET framework, so information on how its done is difficult to find. Since I am using some specialized hardware, which won't be available to most C# developers, my comments will focus on interoperability with unmanaged code. http://www.developerfusion.com/article/4392/deviceiocontrol-usb-using-managed-c-c/ http://www.developerfusion.com/article/4392/deviceiocontrol-usb-using-managed-c-c/ Wed, 04 Feb 2004 12:21:00 GMT Bill Burris How to NNTP in C# The third in a series of articles on Internet programming with C#. Here, we cover the NNTP protocol, which is used to access newsgroups. http://www.developerfusion.com/article/4472/how-to-nntp-in-c/ http://www.developerfusion.com/article/4472/how-to-nntp-in-c/ Tue, 24 Feb 2004 10:25:00 GMT Randy Charles Morin Custom SMTP in C# Learn how to write a TCP/IP client that sends emails in C# without the built-in .NET smtp class. http://www.developerfusion.com/article/4039/custom-smtp-in-c/ http://www.developerfusion.com/article/4039/custom-smtp-in-c/ Thu, 18 Sep 2003 08:09:00 GMT Randy Charles Morin An Introduction to Genetic Algorithms A brief introduction to the field of Genetic Algorithms including sample C++ code http://www.developerfusion.com/article/5074/an-introduction-to-genetic-algorithms/ http://www.developerfusion.com/article/5074/an-introduction-to-genetic-algorithms/ Mon, 19 Dec 2005 11:43:00 GMT Rob Bickel For...Next statement How to use the For...Next statement to loop through code a certain number of times. http://www.developerfusion.com/article/5/fornext-statement/ http://www.developerfusion.com/article/5/fornext-statement/ Sat, 14 Jul 2001 14:47:00 GMT James Crowley CopyMemory and Arrays: Proper Use This article will show the reader the advantages and disadvantages of using CopyMemory on arrays to achieve faster speeds when handling a sorted array. It will also show the reader the caveats of the API implementation and how to avoid them. http://www.developerfusion.com/article/3367/copymemory-and-arrays-proper-use/ http://www.developerfusion.com/article/3367/copymemory-and-arrays-proper-use/ Sat, 15 Feb 2003 04:05:00 GMT Jose Pablo Ramirez Vargas Process Management Some techniques for managing processes in a program. Oriented to MFC programmers, since it includes MFC examples and defines a class for asynchronous process completion notification. http://www.developerfusion.com/article/1779/process-management/ http://www.developerfusion.com/article/1779/process-management/ Sat, 20 Oct 2001 12:55:00 GMT Joseph M. Newcomer Iteration Methods Comparison of the performance of various iteration methods over large amounts of data in .NET. http://www.developerfusion.com/article/3563/iteration-methods/ http://www.developerfusion.com/article/3563/iteration-methods/ Fri, 18 Apr 2003 11:50:00 GMT Trevor Misfeldt Introduction to Direct 3D This article explains how to build a direct 3D application using MFC http://www.developerfusion.com/article/2619/introduction-to-direct-3d/ http://www.developerfusion.com/article/2619/introduction-to-direct-3d/ Tue, 07 Jan 2003 10:44:00 GMT David Nishimoto Worker Threads This describes techniques for proper use of worker threads. It is based on several years' experience in programming multithreaded applications. http://www.developerfusion.com/article/1715/worker-threads/ http://www.developerfusion.com/article/1715/worker-threads/ Sat, 13 Oct 2001 14:27:00 GMT Joseph M. Newcomer Rails: an introduction You've heard the hype - but not given it a shot yet? Kevin Jones explains the background of MVC, DRY and TDD and how to get started with your first Ruby on Rails web app! http://www.developerfusion.com/article/9409/rails-an-introduction/ http://www.developerfusion.com/article/9409/rails-an-introduction/ Mon, 08 Dec 2008 11:05:00 GMT Kevin Jones