Sdernal / WinAPI

Programming with WinAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinAPI

  1. There is a simple version of NotePad in ABBYY folder. It can change colors and font, count words, clear text with dictionary, save and open documents.
  2. HeapManager is a memory manager which automaticly allocates and deallocates memory pages. HeapManeger uses Windows utils to work with memory pages. It should be like a standart heap, but it works slowly.

About

Programming with WinAPI


Languages

Language:C++ 99.7%Language:C 0.3%