https://www.developerfusion.com/t/visual-cpp/tutorials/ Visual C++ Tutorials & Articles from Developer Fusion 2008-04-06T18:23:00.00Z http://www.developerfusion.com/article/7220/typical-errors-of-porting-c-code-on-the-64bit-platform/ Typical errors of porting C++ code on the 64-bit platform 2008-04-06T18:23:00.00Z Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed. Andrey Karpov http://www.developerfusion.com/article/7179/the-forgotten-problems-of-64bit-programs-development/ The forgotten problems of 64-bit programs development 2007-10-29T20:08:00.00Z Though the history of 64-bit systems development makes more than a decade, the appearance of 64-bit version of OS Windows raised new problems in the sphere of development and testing applications. In the article there are considered some mistakes connected with 64-bit C/C++ code development for Windows. Andrey Karpov http://www.developerfusion.com/article/5071/creating-applications-for-handheld-devices-using-embedded-visual-basic/ Creating Applications for Handheld Devices Using eMbedded Visual Basic 2006-02-17T11:37:00.00Z A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs. Rob Bickel 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/3684/introduction-to-microsofts-net-platform/ Introduction to Microsoft's .NET Platform 2003-07-01T00:00:00.00Z ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based Applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. Nakul Goyal http://www.developerfusion.com/article/3653/programming-in-c/ Programming in C++ 2003-05-24T08:20:00.00Z C++ tutorial covering comp sci background, syntax, data types, operators, type conversion, logical expressions, control structures, formatting output, functions, pointers, arrays, array-type problems, user-defined types, header files, structures, enum types, graphics, classes, function/operator overloading, static variables, and much more. A must read for anyone learning C++. Mike Ware http://www.developerfusion.com/article/3398/xp-component-services-and-net/ XP, Component Services and .NET 2003-02-18T15:37:00.00Z Learn about the changes introduced by COM+, new features included in Windows XP for COM+, and how to use COM+ services from your .NET programs. John Godel http://www.developerfusion.com/article/2134/com-interoperability-in-net-part-2/ COM Interoperability in .NET Part 2 2002-03-12T13:40:00.00Z This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). G.Gnana Arun Ganesh http://www.developerfusion.com/article/1742/a-quick-view-from-cc-to-c/ A Quick view from C/C++ to C# 2001-10-16T10:41:00.00Z A quick view from C/C++ to C#, the new .NET language from Microsoft John Godel 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/29/socketwrench-control/ SocketWrench Control 2001-07-14T14:47:00.00Z How to use the SocketWrench control for Windows socket (TCP/IP) programming Catalyst Development http://www.developerfusion.com/article/34/enum-windows-sendmessage-api/ Enum Windows & SendMessage API 2001-07-14T14:47:00.00Z A new tutorial from Muhammad abubakar on these two essential API functions, allowing you to enumerate all the open windows, and reveal hidden control properties. Muhammad Abubakar http://www.developerfusion.com/article/46/sending-messages/ Sending Messages 2001-07-14T14:47:00.00Z Using the SendMessage API, you can reveal hundreds of properties and actions in standard controls that are not normally available to you through VB. This includes undo, cut, copy, paste, line count an James Crowley