.NET
cpp.asc
Associated article: Windows Meets C++
Tags: .NET C/C++
_WINDOWS MEETS C++_ by Scott Robert Ladd [LISTING ONE] // WINDOWS CLASSES // winclass.h -- Class definitions for Windows programming // Copyright 1991 by Scott Robert Ladd. All Rights Reserved. #if !defined(__WINCLASS_H) #define __WINCLASS_H #include "windows.h" // macro ...


