/WinAPI

Programming with WinAPI

Primary LanguageC++

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.