Other Article Published May 4, 2004
This week's topics include the usage of WM_NULL, whether a Machine ID for copy protection purposes exists, whether there is any range for WM_XXX messages that someone could use without having any troubles with the Windows message handlers, and how can a person validate a auto_ptr?
Other Article Published April 19, 2004
Catch up on preventing the startup pulse from occurring when working with serial ports, starting a program automatically when the user double-clicks the file, and why free() does not work.
Techniques Article Published April 12, 2004
Topics include finding whether or not a process is running, converting binary numbers to decimal or to char, reading a window's text from an another window without using the mouse, and why lower_bound() does not work.
Codeguru Article Published March 30, 2004
Lots of hot topics are covered in the Discussion Forums on CodeGuru. If you missed the forums this week, you missed some interesting ways to solve a problem.
Other Article Published March 16, 2004
Lots of hot topics are covered in the Discussion Forums on CodeGuru. If you missed the forums this week, you missed some interesting ways to solve a problem.
Visual C++ Article Published March 2, 2004
This week's topics include setting the focus of multiple items in a list control when a dialog is open, why a DOS application runs satisfactorily in Win98 but improperly in Win2000, why rand() always returns the same number, and resolving MFC Class conflicts.
Techniques Article Published February 24, 2004
This week's topics include why you get an error with a simple CTime code, whether you have to keep the DSW and DSP file under the source control, how often you have used 'goto' in the last five years, and whether you have to use a TXT file when implementing a Tooltip control.
Techniques Article Published February 12, 2004
This week's topics include handling cross-referencing includes, discovering whether something is a costly operation, what a iter->begin() and iter->end() should return, and what the most important factor in a certain algorithm is.
Visual C++ Article Published February 3, 2004
This week's topics include learning the difference between 'C'-like type conversion and VC++ cast operators, whether it is necessary to delete a created pen, whether it is possible to re-sort a map using an another key, whether the STL contains a matrix class, and whether it isnecessary to delete an object from std::list.
Techniques Article Published January 27, 2004
This week's topics include Why one gets compiler error C2065 when compiling a VC++ 6.0 project in VC7, deciding whether one should call destroywindow before deleting an object, where the error log is, how to search for keys using wildcards in a map, and how to use a *void -> *short in printf.
Techniques Article Published January 22, 2004
This week's topics include learning the difference between #include and #include 'file.h', how to avoid const_casts, how software protection works with a USB stick, when you should use a map or a vector, and when you should define a common base class.
Techniques Article Published January 13, 2004
This week's topics include learning how software is cracked, why a CStatic control on a TabCtrl has a different bgcolor than the TabCtrl, how to instantiate a class by name, whether the & operator is intelligent, and how toset the size when minimizing a window in pure C.
Techniques Article Published December 29, 2003
This week's topics include porting VC++ code to Linux, using STL with Linux, making a function that allocates memory for you, creating a 3D vector, and returning a vector from a function.
Visual C++ Article Published December 19, 2003
Sonu summarizes some of the hot discussion from CodeGuru.com's Forums including answers for C++ developers on comparing numbers without < and >, accessing string vectors holding numeric data, removing the close button from the top corner of a dialog, and more.
Techniques Article Published December 12, 2003
Catch up on the latest tricks and techniques discussed on our sister site CodeGuru.com.
Techniques Article Published December 3, 2003
Pick up some hot techniques on our sister site, CodeGuru.com. Here is a preview.
Techniques Article Published November 17, 2003
See what people were talking about on CodeGuru.com last week!
Techniques Article Published November 4, 2003
Here are some of the topics peoples are talking about at CodeGuru.com.
Techniques Article Published October 17, 2003
Sonu Kapoor updates us on some of the hot discussions at our sister site, CodeGuru.com.
Other Article Published September 5, 2003
Sonu Kapoor presents the hottest Q&A from our sister site CodeGuru.com.
.NET Article Published July 24, 2003
A Visual Studio .NET add-in that visually assists in your development. With Visual Studio .Net already offering features such as color coding and IntelliSense, do you really need this tool?
.NET Article Published July 14, 2003
If you are distributing .NET applications, then you may want to increase the security of your code by using an obfuscator. Sonu Kapoor's provides his perspectives on the Demeanor .NET obfuscator.
Other Language Article Published May 29, 2003
REALBasic is an IDE for developing applications targeting Microsoft Windows or the Macintosh. Is this tool for you?
ASP & ASP.NET Article Published February 20, 2003
Take a quick look at the difference between ASP.NET and regular, static Web pages.
XML Article Published December 20, 2002
Combine XPath, XML, XSL, and ASP to perform sorting efficiently.
XML Article Published September 30, 2002
Displaying information can be relatively easy using XML, XSL, and ASP. See how little code it takes.