#Cpp-Windows-Programming By Packt
This is the code repository for Cpp-Windows-Programming, published by Packt Publishing. It contains all the required files to run the code.
###Instructions and Navigation This book is for application developers who want a head-first approach into Windows programming. It will teach you how to develop an object-oriented class library in C++ and enhanced applications in Windows. Basic knowledge of C++ and the object-oriented framework is assumed to get the most out of this book.
Code Snippet:
#include "..\\SmallWindows\\SmallWindows.h"
#include "HelloWindow.h"
HelloWindow::HelloWindow(WindowShow windowShow)
:Window(LogicalWithScroll, ZeroSize, nullptr,
OverlappedWindow, NoStyle, windowShow) {
SetHeader(TEXT("Hello Window"));
}
###Software Requirements
- Visual Studio Express
###Related C Plus Plus Books