I was reading a C++ book and it had a EzWindows section, which is an API letting you create windows and such. Is WinAPI generally better?
This is a discussion on EzWindows within the C++ Programming forums, part of the General Programming Boards category; I was reading a C++ book and it had a EzWindows section, which is an API letting you create windows ...
I was reading a C++ book and it had a EzWindows section, which is an API letting you create windows and such. Is WinAPI generally better?
Never heard of EzWindows. I'd suggest a portable API, like wxWidgets.