![]() |
Sorting Network Verify and Draw
Check Whether Comparator Networks Sort and Draw Them
|
The window procedure WndProc(), and wWinMain(). More...
#include "Includes.h"#include "CMain.h"#include "OddEven.h"#include "Bitonic.h"#include "Pairwise.h"#include "Bubblesort.h"Go to the source code of this file.
Functions | |
| LRESULT CALLBACK | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
| Window procedure. More... | |
| int WINAPI | wWinMain (HINSTANCE hInst, HINSTANCE hPrev, LPWSTR lpStr, int nShow) |
| Winmain. More... | |
Variables | |
| static CMain * | g_pMain = nullptr |
| Pointer to the main class. More... | |
| static const int | g_nMinW = 320 |
| Minimum window width. More... | |
| static const int | g_nMinH = 160 |
| Minimum window height. More... | |
| LRESULT CALLBACK WndProc | ( | HWND | hWnd, |
| UINT | message, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) |
| int WINAPI wWinMain | ( | HINSTANCE | hInst, |
| HINSTANCE | hPrev, | ||
| LPWSTR | lpStr, | ||
| int | nShow | ||
| ) |