Design Pattern Examples
Overview of object-oriented design patterns
pch.h File Reference

Header for precompiled headers. Used only on Windows. More...

#include "framework.h"
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <memory.h>
Include dependency graph for pch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _countof(w)   (sizeof(w)/sizeof((w)[0]))
 

Detailed Description

Header for precompiled headers. Used only on Windows.

Files listed here are compiled only once, improving build performance for future builds. This also affects IntelliSense performance, including code completion and many code browsing features. However, files listed here are ALL re-compiled if any one of them is updated between builds. Do not add files here that you will be updating frequently as this negates the performance advantage.

Definition in file pch.h.

Macro Definition Documentation

◆ _countof

#define _countof (   w)    (sizeof(w)/sizeof((w)[0]))

Definition at line 22 of file pch.h.