Visual C++ Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/visual-cpp/tutorials/ Visual C++ Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sun, 06 Apr 2008 18:23:00 GMT Typical errors of porting C++ code on the 64-bit platform 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. http://www.developerfusion.com/article/7220/typical-errors-of-porting-c-code-on-the-64bit-platform/ http://www.developerfusion.com/article/7220/typical-errors-of-porting-c-code-on-the-64bit-platform/ Sun, 06 Apr 2008 18:23:00 GMT Andrey Karpov The forgotten problems of 64-bit programs development 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. http://www.developerfusion.com/article/7179/the-forgotten-problems-of-64bit-programs-development/ http://www.developerfusion.com/article/7179/the-forgotten-problems-of-64bit-programs-development/ Mon, 29 Oct 2007 20:08:00 GMT Andrey Karpov Creating Applications for Handheld Devices Using eMbedded Visual Basic A no nonsense tutorial designed to give Visual Basic developers an insight into developing VB applications for handheld devices such as PDAs. http://www.developerfusion.com/article/5071/creating-applications-for-handheld-devices-using-embedded-visual-basic/ http://www.developerfusion.com/article/5071/creating-applications-for-handheld-devices-using-embedded-visual-basic/ Fri, 17 Feb 2006 11:37:00 GMT Rob Bickel 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 Introduction to Microsoft's .NET Platform 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. http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Tue, 01 Jul 2003 00:00:00 GMT Nakul Goyal Programming in C++ 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++. http://www.developerfusion.com/article/3653/programming-in-c/ http://www.developerfusion.com/article/3653/programming-in-c/ Sat, 24 May 2003 08:20:00 GMT Mike Ware XP, Component Services and .NET 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. http://www.developerfusion.com/article/3398/xp-component-services-and-net/ http://www.developerfusion.com/article/3398/xp-component-services-and-net/ Tue, 18 Feb 2003 15:37:00 GMT John Godel COM Interoperability in .NET Part 2 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). http://www.developerfusion.com/article/2134/com-interoperability-in-net-part-2/ http://www.developerfusion.com/article/2134/com-interoperability-in-net-part-2/ Tue, 12 Mar 2002 13:40:00 GMT G.Gnana Arun Ganesh A Quick view from C/C++ to C# A quick view from C/C++ to C#, the new .NET language from Microsoft http://www.developerfusion.com/article/1742/a-quick-view-from-cc-to-c/ http://www.developerfusion.com/article/1742/a-quick-view-from-cc-to-c/ Tue, 16 Oct 2001 10:41:00 GMT John Godel 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 SocketWrench Control How to use the SocketWrench control for Windows socket (TCP/IP) programming http://www.developerfusion.com/article/29/socketwrench-control/ http://www.developerfusion.com/article/29/socketwrench-control/ Sat, 14 Jul 2001 14:47:00 GMT Catalyst Development Enum Windows & SendMessage API 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. http://www.developerfusion.com/article/34/enum-windows-sendmessage-api/ http://www.developerfusion.com/article/34/enum-windows-sendmessage-api/ Sat, 14 Jul 2001 14:47:00 GMT Muhammad Abubakar Sending Messages 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 http://www.developerfusion.com/article/46/sending-messages/ http://www.developerfusion.com/article/46/sending-messages/ Sat, 14 Jul 2001 14:47:00 GMT James Crowley