Home  >  Q&A  >  body text

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

两个软件都很轻量级。

请问用什么UI库做的?

怪我咯怪我咯2713 days ago528

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-17 15:20:18

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


    I have the impression that the author of everedit said in the group that he uses WTL

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 15:20:18

    As far as I know, notepad++ does not use an interface library, but directly uses the original windows api, which everedit has not understood

    reply
    0
  • Cancelreply