winapi - C++, MFC, tabbed document interface application, Win32 -


is mfc way or easiest way craete tabbed document interface application in c++? there way using plain win32 project create tabbed document interface application?

mfc not deprecated.

yes, easier use mfc create tabbed document interface.

please choose mfc or similar framework instead of directly dealing ui in win32 unless have strong reason.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

c# - Sort XmlNodeList with a specific Node value -