/
sxfour
/
cpp_winapi_all_projects
Обзор
Документация
Войти
/
sxfour
/
cpp_winapi_all_projects
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
WinAPI_Basic_templates/WinAPINotepad/header.h
13 строк
224 B
Egor Levashov
Add files via upload
26 апр 2024, 18:00
Не верифицирован
26 апр 2024, 18:00
cc5c3d8
Код
Авторство
О чём код?
#pragma once #pragma comment(lib, "comctl32") #include <Windows.h> #include <Windowsx.h> #include <CommCtrl.h> #include <tchar.h> #include <iostream> #include <fstream> #include <ostream> #include "resource.h"