c++ - notpad++和everedit用的什么UI库?

浏览:41日期:2023-03-31

问题描述

两个软件都很轻量级。

请问用什么UI库做的?

问题解答

回答1:

Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size

印象里everedit作者在群里说用的是WTL

回答2:

据我所知, notepad++没有用界面库, 直接是用原始的windows api, everedit没有了解过

相关文章: