Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • An Introduction to Genetic Algorithms

    by sync_or_swim

    A brief introduction to the field of Genetic Algorithms including sample C++ code. Read full article

  • How to PING

    by randy

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

  • DeviceIoControl & USB using Managed C++ & C#

    by Bill Burris

    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. . Read full article

  • A guide to sorting

    by flounder

    Learn two sorting algorithms, and how to use these to sort CListBox, ComboBox, and CListCtrl controls. Read full article

  • A reusable Windows socket server class

    by Len Holgate

    Writing a high performance server that runs on Windows NT and uses sockets to communicate with the outside world isn't that hard once you dig through the API references. What's more most of the code is common between all of the servers that you're likely to want to write. It should be possible to wrap all of the common code up in some easy to reuse classes. . Read full article

  • More Miscellaneous Articles & Tutorials...

    Web Sites Web Sites RSS feed

  • Code Generation Network

    The Code Generation Network covers all aspects of code generation and model-based development. The site's resources include a database of code generation tools, interviews with leading exponents of code generation and book reviews on code generation and software development in general.