Which Linux class is equivalent to Windows MFC class CStdioFile?
I am porting some class to linux.
|
|
There's no such Linux class equivalent. MFC does not exist on Linux. (I thought it had disappeared on Windows btw.) Your best bet to have as close as possible equivalent of MFC classes on Linux is to use wxWidgets. It has a for example a Otherwise, use the C++ class |
|||
|
|