Members
Technology Zones
Articles
Hosted By
Info
|
Articles & Tutorials  -
A brief introduction to the field of Genetic Algorithms including sample C++ code.  -
Introduces Internet Control Message Protocol (ICMP) and how to generate ICMP packets to send a "ping" in C++..  -
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. .  -
Learn two sorting algorithms, and how to use these to sort CListBox, ComboBox, and CListCtrl controls.  -
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. .  -
Kevin Saitta takes you through the steps of creating a C++ dll and then calling it from VB..  -
Bugs are part of every product development process. How do you track the bugs you find during product development and after? .  -
Is C# a new programming language or a new version of C/C++ ?.  -
OK, you've built the project, debugged it, and you're ready to ship. You compile the Release version of the program, and your world crumbles to dust. Find out what can be wrong, and what you can do about it. .  -
Optimizing a program before you know where the time is going is a meaningless activity. It wastes your time, produces code that is harder to write, harder to debug, and harder to maintain, than unoptimized code. This essay discusses some of the issues of why you should not do pre-optimization..  -
Why you should never call UpdateData yourself. 
|
Search
Code Samples
New Members
|