Library tagged with c++

Search filter
Tags

Latest c++ tutorials & articles

  • Typical errors of porting C++ code on the 64-bit platform

    by Andrey Karpov

    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. 64bit, c++, visual studio

  • The forgotten problems of 64-bit programs development

    by Andrey Karpov

    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. 64bit, c++

  • Common Intermediate Language

    by Granville Barnettt

    Granville gets down with the CLR, and takes a look at CIL/MSIL - the intermediate language that every .NET language gets compiled to, and has full access to the capabilities of the CLR. .net, c++, c#

  • An Introduction to Genetic Algorithms

    by Rob Bickel

    A brief introduction to the field of Genetic Algorithms including sample C++ code c++

  • How the .NET Debugger Works

    by Jon Shute

    In theory the .NET debugging API is simple and a joy to use, but there is a lack of a detailed overview as to how to use it in the framework SDK. In this article, we'll cover how to write a debugger under .NET, and will also touch on the profiling API support. .net, c++

  • How to PING

    by Randy Charles Morin

    Introduces Internet Control Message Protocol (ICMP) and how to generate ICMP packets to send a "ping" in C++. c++

Latest c++ code

  • Interacting with TinyPic from C#

    by Fernando Sanchez

    The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. c++, image, thumbnail, website

  • CExtStatusControlBar - Managing status bar's panes

    by Dmitriy Yakovlev

    An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly. c++

  • How to Create a Sprite using MFC

    by David Nishimoto

    This sample demonstarates how to create a bitmap, create a DC in MFC VC++, and then how to tell the DC to draw the bitmap c++

  • Handling multiple Direct ODBC calls that fail.

    by Dale Harkness

    The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence. c++

  • Creating your own GUIDs

    by Joseph M. Newcomer

    GUIDs are a useful entity to guarantee that you have a unique name for a kernel object, Registered Window Message, clipboard format, or other object that must be guaranteed to be unique. However, there are times when a program needs to create a GUID; for example, a program that writes .h files. This essay tells how I created my own unique IDs. c++

  • Asynchronous Process Notification

    by Joseph M. Newcomer

    This example consists of a simple dialog-based application that can launch another application and have the GUI remain alive while the launched process runs, instead of just blocking and being non-responsive. c++

  • Screen Capture to the Clipboard

    by Joseph M. Newcomer

    This is a very simple subroutine that illustrates a technique for capturing the bitmap of an arbitrary window, and then shows how to save it to the clipboard. c++

Don't miss out!

Want to stay up to date? Just subscribe to one of the feeds below and you'll never miss a thing.