https://www.developerfusion.com/t/cpp/tutorials/sort/popularity/ C++ Tutorials & Articles from Developer Fusion 2010-11-02T10:11:00.00Z http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ C# 4.0 goes dynamic - a step too far? 2009-02-12T13:54:00.00Z Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C Mike James http://www.developerfusion.com/article/30/visual-basic-tutorial/ VB 6 Tutorial 2001-07-14T23:00:00.00Z 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 James Crowley http://www.developerfusion.com/article/84449/ironpython/ Introducing Python for .NET - IronPython 2010-06-28T20:52:00.00Z Is it a dead parrot or does it fly? Mike James looks at IronPython and asks if it really is something completely different. Mike James http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ Using Optional Parameters in VBScript 2001-10-08T18:02:00.00Z A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword. Michael Balloni http://www.developerfusion.com/article/84447/pointers-on-pointers/ Pointers on pointers 2010-10-04T08:45:00.00Z Mike James discusses pointers, and concludes that they are often unsafe and generally best avoided. Mike James http://www.developerfusion.com/article/1743/a-comparison-of-cc-and-c/ A comparison of C/C++ and C# 2001-10-16T10:53:00.00Z Is C# a new programming language or a new version of C/C++ ? John Godel http://www.developerfusion.com/article/84513/rails-an-introduction/ Rails: an introduction 2010-11-02T10:11:00.00Z Ever wondered what “Rails” is all about? Kevin Jones explains what it is and why it's important. Kevin Jones http://www.developerfusion.com/article/4033/using-ado-in-c/ Using ADO in C++ 2003-09-16T12:15:00.00Z An introduction to using ADO in C++ - its far simpler than you'd think! Randy Charles Morin http://www.developerfusion.com/article/7609/why-patterns/ Why Patterns 2008-03-19T20:42:00.00Z 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. Andy Clymer http://www.developerfusion.com/article/4392/deviceiocontrol-usb-using-managed-c-c/ DeviceIoControl & USB using Managed C++ & C# 2004-02-04T12:21:00.00Z 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. Bill Burris http://www.developerfusion.com/article/4472/how-to-nntp-in-c/ How to NNTP in C# 2004-02-24T10:25:00.00Z The third in a series of articles on Internet programming with C#. Here, we cover the NNTP protocol, which is used to access newsgroups. Randy Charles Morin http://www.developerfusion.com/article/4039/custom-smtp-in-c/ Custom SMTP in C# 2003-09-18T08:09:00.00Z Learn how to write a TCP/IP client that sends emails in C# without the built-in .NET smtp class. Randy Charles Morin http://www.developerfusion.com/article/5074/an-introduction-to-genetic-algorithms/ An Introduction to Genetic Algorithms 2005-12-19T11:43:00.00Z A brief introduction to the field of Genetic Algorithms including sample C++ code Rob Bickel http://www.developerfusion.com/article/5/fornext-statement/ For...Next statement 2001-07-14T14:47:00.00Z How to use the For...Next statement to loop through code a certain number of times. James Crowley http://www.developerfusion.com/article/3367/copymemory-and-arrays-proper-use/ CopyMemory and Arrays: Proper Use 2003-02-15T04:05:00.00Z 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. Jose Pablo Ramirez Vargas http://www.developerfusion.com/article/1779/process-management/ Process Management 2001-10-20T12:55:00.00Z 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. Joseph M. Newcomer http://www.developerfusion.com/article/3563/iteration-methods/ Iteration Methods 2003-04-18T11:50:00.00Z Comparison of the performance of various iteration methods over large amounts of data in .NET. Trevor Misfeldt http://www.developerfusion.com/article/2619/introduction-to-direct-3d/ Introduction to Direct 3D 2003-01-07T10:44:00.00Z This article explains how to build a direct 3D application using MFC David Nishimoto http://www.developerfusion.com/article/1715/worker-threads/ Worker Threads 2001-10-13T14:27:00.00Z This describes techniques for proper use of worker threads. It is based on several years' experience in programming multithreaded applications. Joseph M. Newcomer http://www.developerfusion.com/article/9409/rails-an-introduction/ Rails: an introduction 2008-12-08T11:05:00.00Z 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! Kevin Jones