Skip to content

Code repository for CPP Windows Programming, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Cpp-Windows-Programming

Repository files navigation

#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

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786464224

About

Code repository for CPP Windows Programming, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published